projects
/
interaspect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d79b93
)
Fixed incorrect typedef definition in automatic headers.
author
Justin Seyster
<jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 20:05:25 +0000
(16:05 -0400)
committer
Justin Seyster
<jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 20:05:25 +0000
(16:05 -0400)
src/aop-header.c
patch
|
blob
|
history
diff --git
a/src/aop-header.c
b/src/aop-header.c
index 4b35df9a2f9bba0745dc1e83bdf89225f4c8f332..d5f7bd08c94625ffba7eeae64c8f9d77430c91b1 100644
(file)
--- a/
src/aop-header.c
+++ b/
src/aop-header.c
@@
-76,8
+76,8
@@
static const char *default_preamble =
/* Some typedefs that InterAspect-generated headers use for
parameters. */
static const char *header_typedefs =
- "typedef int ALL_SIGNED_T;\n"
- "typedef u
nsigned in
t ALL_UNSIGNED_T;\n"
+ "typedef int
64_t
ALL_SIGNED_T;\n"
+ "typedef u
int_
t ALL_UNSIGNED_T;\n"
"typedef double ALL_FP_T;\n"
"typedef void *ALL_POINTER_T;\n\n"
"/* BEGIN PROTOTYPES */\n";