freebsd-ports/devel/doctorj/files/patch-syntj_src_ErrorImproperSequence.h
Michael Landin 98170e54ea o Fix build with gcc-3.4
o Fix build on sparc64 and amd64
2004-08-10 15:25:21 +00:00

14 lines
291 B
C

$FreeBSD$
--- syntj/src/ErrorImproperSequence.h.orig Tue Aug 10 16:09:36 2004
+++ syntj/src/ErrorImproperSequence.h Tue Aug 10 16:09:51 2004
@@ -49,7 +49,7 @@
/**
* The current item.
*/
- AstItem* const current_;
+ AstItem* current_;
};