texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo makeinfo.c,1.10,1.11


From: karl
Subject: texinfo/makeinfo makeinfo.c,1.10,1.11
Date: Wed, 24 Dec 2003 15:08:26 +0100

Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv29314/makeinfo

Modified Files:
        makeinfo.c 
Log Message:
rparen not allowed after @ref

Index: makeinfo.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/makeinfo.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** makeinfo.c  2003/12/23 12:53:32     1.10
--- makeinfo.c  2003/12/24 14:08:24     1.11
***************
*** 3435,3447 ****
                 much nesting.  --karl.  */
              if (input_text[temp] != '.' && input_text[temp] != ',') {
!               if (ref_flag) {
!                 if (input_text[temp] != ')') {
!                   warning (_("`.' or `,' or `)' must follow @ref, not %c"),
!                            input_text[temp]);
!                 }
!               } else {
!                 warning (_("`.' or `,' must follow @xref, not %c"),
                             input_text[temp]);
-               }
              }
              break;
--- 3435,3440 ----
                 much nesting.  --karl.  */
              if (input_text[temp] != '.' && input_text[temp] != ',') {
!               warning (_("`.' or `,' must follow ref, not %c"),
                             input_text[temp]);
              }
              break;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]