]> git.pld-linux.org Git - packages/flex.git/commitdiff
- updated for 2.5.33
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 7 Mar 2006 22:29:57 +0000 (22:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flex-glibc22.patch -> 1.4
    flex-locale.patch -> 1.2

flex-glibc22.patch
flex-locale.patch

index 31016a43399d37bdd6f36ffad1fa4014b0adbe02..c6b9b5aaeee748abd54d184cb7f78c9479d84a54 100644 (file)
@@ -27,17 +27,19 @@ diff -Nur flex-2.5.31.orig/flex.skl flex-2.5.31/flex.skl
  /* Initializes or reinitializes a buffer.
   * This function is sometimes called more than once on the same buffer,
   * such as during a yyrestart() or at EOF.
-diff -Nur flex-2.5.31.orig/scan.c flex-2.5.31/scan.c
---- flex-2.5.31.orig/scan.c    2003-04-01 18:33:17.000000000 +0200
-+++ flex-2.5.31/scan.c 2003-06-19 00:40:14.000000000 +0200
-@@ -3897,10 +3897,6 @@
-       yyfree((void *) b  );
- }
+--- flex-2.5.33/scan.c.orig    2006-02-21 03:45:51.000000000 +0100
++++ flex-2.5.33/scan.c 2006-03-07 23:16:54.545169500 +0100
+@@ -4177,13 +4177,6 @@
  
+-#ifndef YY_ALWAYS_INTERACTIVE
+-#ifndef YY_NEVER_INTERACTIVE
 -#ifndef __cplusplus
--extern int isatty (int );
+-extern int isatty YY_PARAMS(( int ));
 -#endif /* __cplusplus */
--    
- /* Initializes or reinitializes a buffer.
-  * This function is sometimes called more than once on the same buffer,
-  * such as during a yyrestart() or at EOF.
+-#endif /* !YY_NEVER_INTERACTIVE */
+-#endif /* !YY_ALWAYS_INTERACTIVE */
index bf4ebfbc175df5a99606310f3da6c75aee5ec1ee..95300f677737f8977df3b0a5fcdf6060c503ea04 100644 (file)
@@ -1,9 +1,9 @@
---- flex-2.5.31/main.c.orig    2003-04-01 03:51:38.000000000 +0200
-+++ flex-2.5.31/main.c 2003-06-19 03:44:52.000000000 +0200
-@@ -198,6 +198,7 @@
-      char   *argv[];
+--- flex-2.5.33/main.c.orig    2006-02-14 19:55:42.000000000 +0100
++++ flex-2.5.33/main.c 2006-03-07 23:18:01.213336000 +0100
+@@ -210,6 +210,7 @@
  {
  #if ENABLE_NLS
+ #if HAVE_LOCALE_H
 +      setlocale (LC_CTYPE, "");
        setlocale (LC_MESSAGES, "");
        textdomain (PACKAGE);
This page took 0.084503 seconds and 4 git commands to generate.