freebsd-ports/graphics/dore/files/patch-examples_util_text.c
Alexey Dokuchaev 30adfd5286 - Fix the build with recent GCC [1]
- Clean up pkg-descr, remove obvious piece of advice

Reported by:	pointyhat (logs) [1]
2007-06-29 10:29:39 +00:00

11 lines
268 B
C

--- examples/util/text.c.orig Fri Jan 13 04:13:46 1995
+++ examples/util/text.c Fri Jun 29 17:15:09 2007
@@ -56,6 +56,8 @@
words, the string "H ,(2) O" will give the same results as "H,(2)O".
*/
+static int gettok();
+
DtObject subscript (
char *str)
{