summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2006-11-27 03:38:36 +0000
committerPeter Johnson <peter@tortall.net>2006-11-27 03:38:36 +0000
commit6a6c9faa20d225afe6f74c8526f53280419f31a9 (patch)
treee66244c2db1c20f7897aebc1e33e28c27ce49937 /tools
parentb89c881496596258b72fdc5fba5b52036b87ac0a (diff)
downloadyasm-6a6c9faa20d225afe6f74c8526f53280419f31a9.tar.gz
expr.pxi: Sync with [1702].
svn path=/trunk/yasm/; revision=1703
Diffstat (limited to 'tools')
-rw-r--r--tools/python-yasm/expr.pxi1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/python-yasm/expr.pxi b/tools/python-yasm/expr.pxi
index cdcf37b1..34a62f96 100644
--- a/tools/python-yasm/expr.pxi
+++ b/tools/python-yasm/expr.pxi
@@ -62,7 +62,6 @@ cdef extern from "libyasm/expr-int.h":
YASM_EXPR_INT
YASM_EXPR_FLOAT
YASM_EXPR_SYM
- YASM_EXPR_SYMEXP
YASM_EXPR_EXPR
cdef union yasm_expr__type_data: