![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pstat_getdisk() call doesn’t work properly in HPUX 11.31 (11i V3) | sandiworld | HP-UX | 2 | 10-25-2007 07:39 AM |
| my case statement doesn't work.. | sureshy | UNIX for Dummies Questions & Answers | 7 | 10-25-2002 11:25 AM |
| unmount doesn't work | DISTURBED | UNIX for Dummies Questions & Answers | 2 | 07-04-2002 03:14 PM |
| grep doesn't work within shell script? | barisgultekin | Shell Programming and Scripting | 4 | 05-24-2002 11:01 AM |
| Repquota doesn't work as Cronjob?!? | b416 | UNIX for Dummies Questions & Answers | 1 | 04-14-2002 05:44 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Your syntax looks legal and I could not get it to fail. My best guess is that you have trailing whitespace characters after the backslash on the first line. The newline character on the first line must be immediately preceded by a backslash for this to work.
|
||||
| Google The UNIX and Linux Forums |