This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patch] expr.c: Fix formatting.


Surely this is wrong:

-  /* c contains character after number. */
-  /* input_line_pointer->char after c. */
+  /* C contains character after number.  */
+  /* INPUT_LINE_POINTER -> char after C.  */
   small = (input_line_pointer - start - 1) < too_many_digits;
 
Tha variable is called "c", not "C".

Andrew.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]