Home | History | Annotate | Line # | Download | only in lib
      1  1.1  christos *** gnulib/lib/javacomp.c	2006-07-11 14:08:16.000000000 +0200
      2  1.1  christos --- gettext-tools/lib/javacomp.c	2006-07-30 13:39:06.000000000 +0200
      3  1.1  christos ***************
      4  1.1  christos *** 50,56 ****
      5  1.1  christos   #include "clean-temp.h"
      6  1.1  christos   #include "error.h"
      7  1.1  christos   #include "xvasprintf.h"
      8  1.1  christos ! #include "strstr.h"
      9  1.1  christos   #include "gettext.h"
     10  1.1  christos   
     11  1.1  christos   #define _(str) gettext (str)
     12  1.1  christos --- 50,56 ----
     13  1.1  christos   #include "clean-temp.h"
     14  1.1  christos   #include "error.h"
     15  1.1  christos   #include "xvasprintf.h"
     16  1.1  christos ! #include "c-strstr.h"
     17  1.1  christos   #include "gettext.h"
     18  1.1  christos   
     19  1.1  christos   #define _(str) gettext (str)
     20  1.1  christos ***************
     21  1.1  christos *** 570,576 ****
     22  1.1  christos   	  fclose (fp);
     23  1.1  christos   	  goto failed;
     24  1.1  christos   	}
     25  1.1  christos !       envjavac_gcj = (strstr (line, "gcj") != NULL);
     26  1.1  christos   
     27  1.1  christos         fclose (fp);
     28  1.1  christos   
     29  1.1  christos --- 570,576 ----
     30  1.1  christos   	  fclose (fp);
     31  1.1  christos   	  goto failed;
     32  1.1  christos   	}
     33  1.1  christos !       envjavac_gcj = (c_strstr (line, "gcj") != NULL);
     34  1.1  christos   
     35  1.1  christos         fclose (fp);
     36  1.1  christos   
     37