* gen-params: Added trailing space for 'long long int' regexp.

From-SVN: r35200
This commit is contained in:
Krister Walfridsson 2000-07-23 18:15:42 +02:00 committed by Jeff Law
parent 3b58c09931
commit 317770266d
2 changed files with 5 additions and 1 deletions

View 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.

View file

@ -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;}