gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-44


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-442-g5600a82
Date: Tue, 05 Mar 2013 10:15:15 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  5600a82cc620799139e017c377a9eef56c6688f5 (commit)
      from  71e212a40a9b17072fcec721406df8bc3188ec8f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=5600a82cc620799139e017c377a9eef56c6688f5


commit 5600a82cc620799139e017c377a9eef56c6688f5
Author: Daniele Forsi <address@hidden>
Date:   Tue Mar 5 11:13:46 2013 +0100

    The documented way to suppress the input() function is %option noinput
    
    See info flex "Scanner Options"

diff --git a/common/vcal.lx b/common/vcal.lx
index 48df389..0a67258 100644
--- a/common/vcal.lx
+++ b/common/vcal.lx
@@ -24,7 +24,6 @@
 #define YY_DECL int yylex(char *type, char *text, char *meeting_location, char 
*desc, char *time, char *endtime, char *alarm, char *todo_priority, int 
lexnumber)
 int veventcounter = 0, vtodocounter = 0, alarmtone = 0;
 
-#define YY_NO_INPUT
 %}
 
 %x vcalendar
@@ -41,6 +40,7 @@ int veventcounter = 0, vtodocounter = 0, alarmtone = 0;
 %x tpriority
 %option noyywrap
 %option nounput
+%option noinput
 
 %%
 

-----------------------------------------------------------------------

Summary of changes:
 common/vcal.lx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]