aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2004-02-12 19:14:05 +0000
committerZack Weinberg <zack@gcc.gnu.org>2004-02-12 19:14:05 +0000
commit9f0e2d86e2c653ae90e152fb605ab75118ce7eb3 (patch)
tree439eeb30011254df0f56aabdcbd5252e64ac3b01 /gcc/c-tree.h
parent35f5add9236429ef410635f4180d6ea3f29010c8 (diff)
downloadgcc-9f0e2d86e2c653ae90e152fb605ab75118ce7eb3.zip
gcc-9f0e2d86e2c653ae90e152fb605ab75118ce7eb3.tar.gz
gcc-9f0e2d86e2c653ae90e152fb605ab75118ce7eb3.tar.bz2
c-parse.in (maybe_type_qual): Delete.
* c-parse.in (maybe_type_qual): Delete. (maybe_volatile, simple_asm_expr, asmdef, asm_stmt) (asm_argument): New grammar rules. (extdef_1): Use asmdef. (maybeasm): Move down with other asm rules; use simple_asm_expr. (xexpr): Move up with other expression rules. (stmt): Use asm_stmt. * c-typeck.c (build_asm_expr): New function - body mostly pulled from build_asm_stmt. (build_asm_stmt): Just handle tacking on the volatile qualifier. * c-tree.h (build_asm_expr, build_asm_stmt): Update prototypes. From-SVN: r77723
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index e6c7b27..1de2e25e 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -291,8 +291,8 @@ extern void pedwarn_c90 (const char *, ...) ATTRIBUTE_PRINTF_1;
extern void pedwarn_c99 (const char *, ...) ATTRIBUTE_PRINTF_1;
extern tree c_start_case (tree);
extern void c_finish_case (void);
-extern tree simple_asm_stmt (tree);
-extern tree build_asm_stmt (tree, tree, tree, tree, tree);
+extern tree build_asm_expr (tree, tree, tree, tree, bool);
+extern tree build_asm_stmt (tree, tree);
extern tree c_convert_parm_for_inlining (tree, tree, tree, int);
/* Set to 0 at beginning of a function definition, set to 1 if