[Patch] Added Comment

2014-02-25 Thread Alangi Derick
Added a comment to cpplib.h file. Index: cpplib.h === --- cpplib.h (revision 208118) +++ cpplib.h (working copy) @@ -103,7 +103,7 @@ OP(SEMICOLON, ";") /* structure */\ OP(ELLIPSIS, "...") \ OP(PLUS_PLUS, "++") /*

[Patch] Added Comment

2014-02-25 Thread Alangi Derick
Hi I added a comment to cpplib.h file for understanding. Thanks.