Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/usr.bin/lex Pullup rev 1.18 (requested by christos in t...



details:   https://anonhg.NetBSD.org/src/rev/d8b8dcef5762
branches:  netbsd-2-0
changeset: 560268:d8b8dcef5762
user:      jmc <jmc%NetBSD.org@localhost>
date:      Tue Apr 06 03:58:35 2004 +0000

description:
Pullup rev 1.18 (requested by christos in ticket #68)

Typo in debugging output. PR#25065

diffstat:

 usr.bin/lex/gen.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 5c42dfa3a026 -r d8b8dcef5762 usr.bin/lex/gen.c
--- a/usr.bin/lex/gen.c Tue Apr 06 03:57:46 2004 +0000
+++ b/usr.bin/lex/gen.c Tue Apr 06 03:58:35 2004 +0000
@@ -26,7 +26,7 @@
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-/* $NetBSD: gen.c,v 1.17 2003/11/18 21:37:39 christos Exp $ */
+/* $NetBSD: gen.c,v 1.17.2.1 2004/04/06 03:58:35 jmc Exp $ */
 
 #include "flexdef.h"
 
@@ -1436,7 +1436,7 @@
                indent_puts( "if ( yy_act == 0 )" );
                indent_up();
                indent_puts( C_plus_plus ?
-                       "std::cerr << \"--scanner backing up\" << std:endl;" :
+                       "std::cerr << \"--scanner backing up\" << std::endl;" :
                        "fprintf( stderr, \"--scanner backing up\\n\" );" );
                indent_down();
 



Home | Main Index | Thread Index | Old Index