Browse Source

ipops: add a comment about autogenerated files from ragel

Henning Westerholt 14 years ago
parent
commit
f369faa6d0
2 changed files with 9 additions and 0 deletions
  1. 4 0
      modules/ipops/ip_parser.c
  2. 5 0
      modules/ipops/ip_parser.h

+ 4 - 0
modules/ipops/ip_parser.c

@@ -1,3 +1,7 @@
+/*
+ * Warning: This file is auto generated from a ragel syntax (ip_parser.rl),
+ * do not change it!
+ */
 
 #line 1 "ip_parser.rl"
 #include "ip_parser.h"

+ 5 - 0
modules/ipops/ip_parser.h

@@ -1,3 +1,8 @@
+/*
+ * Warning: This file is auto generated from a ragel syntax (ip_parser.rl),
+ * do not change it!
+ */   
+
 #ifndef ip_parser_h
 #define ip_parser_h