/********************************************************************* * * Purpose: Demonstrate the #define pre-processor. * Author: M J Leslie * Date: 26-Jun-94 * *********************************************************************/ #define EQ == main () { /* the EQ is translated to == by * the C pre-processor. COOL! */ if ( 5 EQ 5 ) printf("define works...\n"); } s-git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/sctp/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/socket.c b/net/sctp/socket.c