Files
ports/hebrew/he2/files/patch-realCxx
Mikhail Teterin 2bd077b50d Unbreak by fixing some old code. Fix a typo in pkg-descr.
Large number of compiler warnings remain...

While here -- enable parallel build on systems with multiple CPUs.
2008-05-22 00:12:09 +00:00

11 lines
232 B
Plaintext

--- he2/aString.h 2001-03-14 04:04:03.000000000 -0500
+++ he2/aString.h 2008-05-21 20:07:00.000000000 -0400
@@ -163,6 +163,5 @@
friend char *areplicate(char c, int count) ;
} ;
-
-
+char *areplicate(char c, int count) ;
#endif