From 6ce50a2a554ae7997d77dfff5ea3c82d27b65719 Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Fri, 12 Nov 2010 23:05:58 -0800 Subject: Changed the m4 quotes to be guillemets, which are less likely to get in the way --- opcodes.inc.m4 | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'opcodes.inc.m4') diff --git a/opcodes.inc.m4 b/opcodes.inc.m4 index 70ffb2c..4d9a81c 100644 --- a/opcodes.inc.m4 +++ b/opcodes.inc.m4 @@ -1,13 +1,15 @@ dnl # change the comments to match the assembler. Prevents/reduces -dnl # confusion, since m4 likes to use ' as a quoting character. +dnl # confusion. changecom(;)dnl -define(`OPCODE',` START +dnl # I'm using these, in this direction, specifically to confuse Germans. +changequote(`«', `»')dnl +define(«OPCODE»,« START dnl # This little bit of trickery lets me define a local label. dnl # Calling local(end) inside of OPCODE(10, ...) will expand to dnl # end_10, and is undefined everywhere else. -define(`local',$`'1_``$1'')dnl -`emu_op_'$1`:' +define(«local»,$«»1_««$1»»)dnl +«emu_op_»$1«:» $2 - TIME $3 ifelse(`, $4', `, ', `', `, $4') -undefine(`label')dnl - DONE')dnl + TIME $3 ifelse(«,$4», «,», «», «,$4») +undefine(«label»)dnl + DONE»)dnl -- cgit v1.2.3