diff mbox

Added Comment

Message ID CAKB+oNuS+bjVN4W0EiirRxdHJpsSDxRfus+EdnS7Q64rjQd4uw@mail.gmail.com
State New
Headers show

Commit Message

Alangi Derick Feb. 25, 2014, 11:59 a.m. UTC
Added a comment to cpplib.h file.
diff mbox

Patch

Index: cpplib.h
===================================================================
--- cpplib.h	(revision 208118)
+++ cpplib.h	(working copy)
@@ -103,7 +103,7 @@ 
   OP(SEMICOLON,		";")	/* structure */				\
   OP(ELLIPSIS,		"...")						\
   OP(PLUS_PLUS,		"++")	/* increment */				\
-  OP(MINUS_MINUS,	"--")						\
+  OP(MINUS_MINUS,	"--")	/* decrement */					\
   OP(DEREF,		"->")	/* accessors */				\
   OP(DOT,		".")						\
   OP(SCOPE,		"::")						\