2011/6/29 Henning Westerholt <[email protected]>: > diff --git a/modules/ipops/ip_parser.c b/modules/ipops/ip_parser.c > index 0695fa5..b9e0a1c 100644 > --- a/modules/ipops/ip_parser.c > +++ b/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! > + */
Hi Henning, the only problem with this warning is that if ip_parser.rl is modified and compile_ip_parser.rl.sh executed, it will generate ip_parser.c without your comment above. The workaround would be adding your comment on top of ip_parser.rl file (but it would be a bit confusing reading it that file :-D). Well, a better solution would be just to remember adding your comment after regenerating ip_parser.c :) Cheers. -- Iñaki Baz Castillo <[email protected]> _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
