[BACK]Return to patch-yacc_error.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / lang / caml-light / patches

Annotation of pkgsrc/lang/caml-light/patches/patch-yacc_error.c, Revision 1.1

1.1     ! joerg       1: $NetBSD$
        !             2:
        !             3: --- yacc/error.c.orig  2012-10-20 13:06:22.000000000 +0000
        !             4: +++ yacc/error.c
        !             5: @@ -34,7 +34,7 @@ unexpected_EOF()
        !             6:  }
        !             7:
        !             8:
        !             9: -print_pos(st_line, st_cptr)
        !            10: +void print_pos(st_line, st_cptr)
        !            11:  char *st_line;
        !            12:  char *st_cptr;
        !            13:  {

CVSweb <webmaster@jp.NetBSD.org>