diff options
author | Pixel <> | 2001-04-16 01:01:29 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-16 01:01:29 +0000 |
commit | c9ad75bd7d192a3c21402de7d0de3bfb907ed842 (patch) | |
tree | 7f890926a1b35f2ef84c2db10d7bfe3cd0dab275 /lib/assembler.c | |
parent | 3704103d814f827a3a7a2f9a9152f2e8e88bb88b (diff) |
asm
Diffstat (limited to 'lib/assembler.c')
-rw-r--r-- | lib/assembler.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/assembler.c b/lib/assembler.c index 79fcbce..dec26e8 100644 --- a/lib/assembler.c +++ b/lib/assembler.c @@ -1371,8 +1371,7 @@ static void evaluate_pattern(_TableauVariable * it, expression_t * e) m = m->left; if (m->string) { if (m->type) { - if (strcmp(m->name, "I") || strcmp(m->string, "O") - || strcmp(m->string, "o")) { + if (strcmp(m->name, "I") || strcmp(m->string, "O")) { exception(1, _("Unknow constant type in the meta language")); } tv = 0; |