From f306694f46938ef70804d5709feccac36c302e77 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 15 Mar 2006 18:53:06 +0000 Subject: fix DEH_UNSUPPORTED_MAPPING, add frame::codepointer as an unsupported mapping Subversion-branch: /trunk/chocolate-doom Subversion-revision: 420 --- src/deh_mapping.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/deh_mapping.h') diff --git a/src/deh_mapping.h b/src/deh_mapping.h index 41c09332..e3521e40 100644 --- a/src/deh_mapping.h +++ b/src/deh_mapping.h @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: deh_mapping.h 175 2005-10-08 20:54:16Z fraggle $ +// $Id: deh_mapping.h 420 2006-03-15 18:53:06Z fraggle $ // // Copyright(C) 2005 Simon Howard // @@ -58,7 +58,7 @@ sizeof(deh_mapping_base.fieldname)}, #define DEH_UNSUPPORTED_MAPPING(deh_name) \ - {deh_name, NULL, -1} + {deh_name, NULL, -1}, #define DEH_END_MAPPING \ {NULL} \ -- cgit v1.2.3