From 47e7584882608602c1c9abac7ca9984a5e11c68e Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Tue, 3 Jun 2008 15:13:45 +0200 Subject: [PATCH] Clarified a comment. Rev: bin/precompile.pike:1.133 --- bin/precompile.pike | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/precompile.pike b/bin/precompile.pike index f748b5c11f..d1cebecd5a 100644 --- a/bin/precompile.pike +++ b/bin/precompile.pike @@ -1881,7 +1881,7 @@ class ParseBlock "};\n", sprintf (#"\ #ifdef PIKE_DEBUG -/* Ensure the struct is used in a declaration, or else gdb might not see it. */ +/* Ensure the struct is used in a variable declaration, or else gdb might not see it. */ struct %s *%s_gdb_dummy_ptr; #endif\n", structname, base), }) -- GitLab