Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/lex PR/25065: Arne H Juul: Typo in debugging output.



details:   https://anonhg.NetBSD.org/src/rev/ddc03e78e375
branches:  trunk
changeset: 565380:ddc03e78e375
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Apr 05 21:17:27 2004 +0000

description:
PR/25065: Arne H Juul: Typo in debugging output.

diffstat:

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

diffs (21 lines):

diff -r 43ae9c4c08c3 -r ddc03e78e375 usr.bin/lex/gen.c
--- a/usr.bin/lex/gen.c Mon Apr 05 19:27:01 2004 +0000
+++ b/usr.bin/lex/gen.c Mon Apr 05 21:17:27 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.18 2004/04/05 21:17:27 christos 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