Commit 31777026 by Krister Walfridsson Committed by Jeff Law

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

From-SVN: r35200
parent 3b58c099
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.
......
......@@ -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;}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment