Is it a missing double quote???

> strdup.c :
> /*      $Id: strdup.c,v 1.2 1996/01/31 10:02:49 martin Exp martin $      */
> 
> #ifndef lint
> static char vcid[] = "$Id: strdup.c,v 1.2 1996/01/31 10:02:49 martin Exp
                       ^  I don't see a close to this open quote
> martin
> #endif /* lint */
> 
> #include <string.h>
> #include <malloc.h>
> ...

Then again, there is that "martin" sitting in column one on the next line
(boy, sound like an old mainframe guy, don't I :-) so maybe there was a
problem quoting into the original posting and/or a source garble in that
particular .c file???

-- 
Charles B. (Ben) Cranston
mailto:[EMAIL PROTECTED]
http://www.wam.umd.edu/~zben

Reply via email to