aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/grap/grap.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/grap/grap.y')
-rw-r--r--src/cmd/grap/grap.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/grap/grap.y b/src/cmd/grap/grap.y
index 6d96b2f1..cb75a721 100644
--- a/src/cmd/grap/grap.y
+++ b/src/cmd/grap/grap.y
@@ -5,7 +5,7 @@
#include <string.h>
#include "grap.h"
-//#define RAND_MAX 32767 /* if your rand() returns bigger, change this too */
+/*#define RAND_MAX 32767 /* if your rand() returns bigger, change this too */
extern int yylex(void);
extern int yyparse(void);