* gen-params: Added trailing space for 'long long int' regexp.
authorKrister Walfridsson <cato@df.lth.se>
Sun, 23 Jul 2000 16:15:42 +0000 (18:15 +0200)
committerJeff Law <law@gcc.gnu.org>
Sun, 23 Jul 2000 16:15:42 +0000 (10:15 -0600)
From-SVN: r35200

libio/ChangeLog
libio/gen-params

index 1ac3f6231451998a7cd65c4e35317e97e0543399..edac14e01c1cf5a5e4038178797ecad04c22ccb8 100644 (file)
@@ -1,3 +1,7 @@
+Sun Jul 23 15:16:23 2000  Krister Walfridsson  <cato@df.lth.se>
+
+       * gen-params: Added trailing space for 'long long int' regexp.
+
 2000-06-28  Alex Samuel  <samuel@codesourcery.com>
 
        * libioP.h (VTABLE_LABEL): Update for new vtable mangling.
index 0bcf8bdefa0e5f5d78677dfc9592676a6e258e90..464bb2f0e82acc0dd529800e2d6976a778e854e1 100755 (executable)
@@ -294,7 +294,7 @@ for TYPE in dev_t clock_t fpos_t gid_t ino_t mode_t nlink_t off_t pid_t ptrdiff_
            # Search dummy.out for a typedef for X*$t.
            sed_script="
                s/unsigned long long int/_G_ullong/g
-               s/long long int/_G_llong/g
+               s/long long int /_G_llong /g
                s/unsigned long long/_G_ullong/g
                s/long long/_G_llong/g
                /.*typedef  *\\(.*[^ ]\\)  *X*$t *;.*/{s||\1|;p;q;}