The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 09-20-2001
token token is offline
Registered User
  
 

Join Date: Sep 2001
Posts: 2
why doesn't this work?????

i keep getting the following error with the code segment below when i try to compile the program.

parse error before '('
parse error before ')'
stray '\' in program

this is the code segment and the error is on the second line of the segment

#define DEBUG(fmt) if(traceflag) { \
fprintf(stderr, fmt, arg1); \
.
.
.

Thank you in advance to all who reply to this thread