head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_E1_MP_2_STABLE:1.1 OPENPKG_E1_FP:1.1 OPENPKG_2_STABLE_MP:1.2 OPENPKG_2_STABLE_20061018:1.1 OPENPKG_2_STABLE_20060622:1.1 OPENPKG_2_STABLE:1.1.0.20 OPENPKG_2_STABLE_BP:1.1 OPENPKG_2_5_RELEASE:1.1 OPENPKG_2_5_SOLID:1.1.0.18 OPENPKG_2_5_SOLID_BP:1.1 OPENPKG_2_4_RELEASE:1.1 OPENPKG_2_4_SOLID:1.1.0.16 OPENPKG_2_4_SOLID_BP:1.1 OPENPKG_CW_FP:1.1 OPENPKG_2_3_RELEASE:1.1 OPENPKG_2_3_SOLID:1.1.0.14 OPENPKG_2_3_SOLID_BP:1.1 OPENPKG_2_2_RELEASE:1.1 OPENPKG_2_2_SOLID:1.1.0.12 OPENPKG_2_2_SOLID_BP:1.1 OPENPKG_2_1_RELEASE:1.1 OPENPKG_2_1_SOLID:1.1.0.10 OPENPKG_2_1_SOLID_BP:1.1 OPENPKG_2_0_RELEASE:1.1 OPENPKG_2_0_SOLID:1.1.0.8 OPENPKG_2_0_SOLID_BP:1.1 OPENPKG_1_3_RELEASE:1.1 OPENPKG_1_3_SOLID:1.1.0.6 OPENPKG_1_3_SOLID_BP:1.1 OPENPKG_1_STABLE_MP:1.1 OPENPKG_1_2_RELEASE:1.1 OPENPKG_1_2_SOLID:1.1.0.4 OPENPKG_1_2_SOLID_BP:1.1 OPENPKG_1_STABLE:1.1.0.2 OPENPKG_1_STABLE_BP:1.1; locks; strict; comment @# @; 1.2 date 2006.10.30.09.33.17; author rse; state Exp; branches; next 1.1; commitid gNsBha44a2FaOGSr; 1.1 date 2003.01.13.13.55.30; author rse; state Exp; branches 1.1.20.1; next ; 1.1.20.1 date 2006.10.30.10.38.30; author thl; state Exp; branches; next ; commitid QwnII3RGOg7yaHSr; desc @@ 1.2 log @vendor changed license of distribution tarball IN-PLACE, so use our original version @ text @--- gentle/yytab.c.orig Thu Aug 20 15:56:10 1998 +++ gentle/yytab.c Mon Jan 13 14:11:57 2003 @@@@ -113,7 +113,8 @@@@ #include #endif -#include +#include +#include #ifdef __cplusplus Index: reflex/reflex.c --- reflex/reflex.c 1998-08-20 15:56:10 +0200 +++ reflex/reflex.c 2006-03-27 14:48:06 +0200 @@@@ -61,8 +61,9 @@@@ /* (11) LAYOUT block */ char *layout[] = { "\\ { yypos += 1; }", - "\\n { yyPosToNextLine(); }", "\\t { yypos += 1; }", + "\\r { yypos += 1; }", + "\\n { yyPosToNextLine(); }", "" }; /* (12) ILLEGAL block */ @ 1.1 log @modernize code to port also to FreeBSD 5.0 @ text @d13 14 @ 1.1.20.1 log @MFC: vendor changed tarball in place, including license, so use our original version @ text @a12 14 Index: reflex/reflex.c --- reflex/reflex.c 1998-08-20 15:56:10 +0200 +++ reflex/reflex.c 2006-03-27 14:48:06 +0200 @@@@ -61,8 +61,9 @@@@ /* (11) LAYOUT block */ char *layout[] = { "\\ { yypos += 1; }", - "\\n { yyPosToNextLine(); }", "\\t { yypos += 1; }", + "\\r { yypos += 1; }", + "\\n { yyPosToNextLine(); }", "" }; /* (12) ILLEGAL block */ @