Author: gjb Date: Thu Aug 22 18:41:28 2013 New Revision: 254669 URL: http://svnweb.freebsd.org/changeset/base/254669
Log: Revert r254626 to fix the build. Modified: stable/9/usr.bin/yacc/skeleton.c Modified: stable/9/usr.bin/yacc/skeleton.c ============================================================================== --- stable/9/usr.bin/yacc/skeleton.c Thu Aug 22 18:26:45 2013 (r254668) +++ stable/9/usr.bin/yacc/skeleton.c Thu Aug 22 18:41:28 2013 (r254669) @@ -196,10 +196,6 @@ const char *body[] = "#endif /* ANSI-C/C++ */", "#endif /* ! YYPARSE_PARAM */", "", - "#if defined(__cplusplus) || __STDC__", - "extern int yyparse (YYPARSE_PARAM_ARG);", - "#endif /* ANSI-C/C++ */", - "", "int", "yyparse (YYPARSE_PARAM_ARG)", " YYPARSE_PARAM_DECL", _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"