aboutsummaryrefslogtreecommitdiff
path: root/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc.h')
-rw-r--r--cc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc.h b/cc.h
index 0d29dde..263b209 100644
--- a/cc.h
+++ b/cc.h
@@ -268,6 +268,7 @@ struct decl {
struct type *type;
enum typequal qual;
struct value *value;
+ char *asmname;
_Bool defined;
/* link in list of tentative object definitions */
@@ -523,7 +524,6 @@ void switchcase(struct switchcases *, unsigned long long, struct block *);
struct block *mkblock(char *);
struct value *mkglobal(char *, _Bool);
-char *globalname(struct value *);
struct value *mkintconst(unsigned long long);
unsigned long long intconstvalue(struct value *);