浏览代码

ipops: add a comment about autogenerated files from ragel

Henning Westerholt 14 年之前
父节点
当前提交
f369faa6d0
共有 2 个文件被更改,包括 9 次插入0 次删除
  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