diff options
Diffstat (limited to 'opnames.h')
-rw-r--r-- | opnames.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,5 @@ -/* +/* -*- buffer-read-only: t -*- + * * opnames.h * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, by Larry Wall and others @@ -420,3 +421,4 @@ typedef enum opcode { (op) == OP_FTTTY || \ (op) == OP_FTZERO) +/* ex: set ro: */ |