[Olsr-cvs] olsrd-current/src/cfgparser Makefile,1.24,1.25

Bernd Petrovitsch (spam-protected)
Fri Apr 27 13:32:29 CEST 2007


Update of /cvsroot/olsrd/olsrd-current/src/cfgparser
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29571/src/cfgparser

Modified Files:
	Makefile 
Log Message:
* fixed up wrong reg-exp

Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/cfgparser/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** Makefile	25 Apr 2007 22:08:17 -0000	1.24
--- Makefile	27 Apr 2007 11:32:27 -0000	1.25
***************
*** 95,99 ****
  			-e '/^static/s/yy_get_previous_state[\(][\)]/yy_get_previous_state(void)/' \
  			-e '/^static/s/input[\(][\)]/input(void)/' \
! 			-e '/^static  *void  *yy_fatal_error/s/^\(.*)\)\();\)$$/\1 __attribute__((noreturn)) \2/' \
  			< oscan.c-tmp >oscan.c
  		$(RM) oscan.c-tmp
--- 95,99 ----
  			-e '/^static/s/yy_get_previous_state[\(][\)]/yy_get_previous_state(void)/' \
  			-e '/^static/s/input[\(][\)]/input(void)/' \
! 			-e '/^static  *void  *yy_fatal_error/s/^\(.*)\);$$/\1 __attribute__((noreturn));/' \
  			< oscan.c-tmp >oscan.c
  		$(RM) oscan.c-tmp





More information about the Olsr-cvs mailing list