=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ctags/yacc.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/ctags/yacc.c 2009/10/27 23:59:37 1.8 +++ src/usr.bin/ctags/yacc.c 2012/03/04 04:05:15 1.9 @@ -1,4 +1,4 @@ -/* $OpenBSD: yacc.c,v 1.8 2009/10/27 23:59:37 deraadt Exp $ */ +/* $OpenBSD: yacc.c,v 1.9 2012/03/04 04:05:15 fgsch Exp $ */ /* $NetBSD: yacc.c,v 1.3 1995/03/26 20:14:12 glass Exp $ */ /* @@ -93,7 +93,7 @@ while (GETC(!=, EOF) && (intoken(c) || c == '.')) *sp++ = c; *sp = EOS; - getline(); /* may change before ':' */ + get_line(); /* may change before ':' */ while (iswhite(c)) { if (c == '\n') SETLINE;