diff options
-rw-r--r-- | net/sctp/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/socket.c b/net/sctp/socket.c |
/********************************************************************* * * 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'/>
index : net-next.git | ||
net-next plumbings | Tobias Klauser |
summaryrefslogtreecommitdiff |
-rw-r--r-- | net/sctp/socket.c | 2 |
diff --git a/net/sctp/socket.c b/net/sctp/socket.c |