]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Comment.
authorBruno Haible <bruno@clisp.org>
Mon, 17 Jan 2005 11:32:30 +0000 (11:32 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:05 +0000 (12:12 +0200)
gettext-tools/src/x-lisp.c
gettext-tools/tests/Makefile.am

index c3c8a556b269804d3837c1298371cfc9db35b6a0..e3a78859d838d0bc2fc4d5a63f21d60ad9a6c08c 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext Lisp backend.
-   Copyright (C) 2001-2003 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2005 Free Software Foundation, Inc.
 
    This file was written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
@@ -590,7 +590,7 @@ is_potential_number (const struct token *tp, int *basep)
   return true;
 }
 
-/* A number is one integer, ratio, float.  Each has a particular syntax.
+/* A number is one of integer, ratio, float.  Each has a particular syntax.
    See CLHS 2.3.1 "Numbers as Tokens".
    But note a mistake: The exponent rule should read:
        exponent ::= exponent-marker [sign] {decimal-digit}+
index 229589367237275e7db22bb9d69fd1ad8e32df02..f4480108eac0e1f3408686a6730ae71cd12fbceb 100644 (file)
@@ -113,6 +113,7 @@ EXTRA_DIST += $(TESTS) \
 XGETTEXT = ../src/xgettext
 
 # For debugging memory leaks and memory allocation bugs.
+# You should build with --disable-shared when using valgrind.
 CHECKER =
 #CHECKER = valgrind --tool=memcheck --suppressions=$(srcdir)/../lib/allocsa.valgrind --num-callers=20 --leak-check=yes --leak-resolution=high --show-reachable=yes
 #CHECKER = valgrind --tool=massif --format=html --depth=10 --alloc-fn=xmalloc --alloc-fn=xrealloc --stacks=no