summaryrefslogtreecommitdiff
path: root/libyasm/expr.h
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2002-11-01 10:05:03 +0000
committerPeter Johnson <peter@tortall.net>2002-11-01 10:05:03 +0000
commit9f6cb6783f30ff19413e8e0800ac55bbff42818f (patch)
tree64de2b43570ab672a2c1502f3a8715ce0a9a7910 /libyasm/expr.h
parent6fd648a14685a3de950cc463e00aa74b8ab8086f (diff)
downloadyasm-9f6cb6783f30ff19413e8e0800ac55bbff42818f.tar.gz
Modularize errwarn. gettext()-ize in errwarn, not in every module, eliminating
libintl dependency in modules. Also standardize initialize() and cleanup() functions. Move replace_extension() from file.c to main.c. Clean up some extern variable declarations in various places (particularly nasm-compatible parser). svn path=/trunk/yasm/; revision=792
Diffstat (limited to 'libyasm/expr.h')
-rw-r--r--libyasm/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libyasm/expr.h b/libyasm/expr.h
index 36e53972..73aee925 100644
--- a/libyasm/expr.h
+++ b/libyasm/expr.h
@@ -24,7 +24,7 @@
typedef struct ExprItem ExprItem;
-void expr_initialize(arch *a);
+void expr_initialize(arch *a, errwarn *we);
/*@only@*/ expr *expr_new(ExprOp, /*@only@*/ ExprItem *,
/*@only@*/ /*@null@*/ ExprItem *,