aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/vocabulary.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2009-02-15 10:33:31 +0000
committerPaweł Kołodziejski2009-02-15 10:33:31 +0000
commit61359f95bf2447714fd7e9a08dc1f9a1414b76ce (patch)
tree6358ff90ab3f776dd9fc80a0fcf1d01daae14a69 /engines/sci/include/vocabulary.h
parent4e66e6db70cfee879f2498550a8d5878f9a23b99 (diff)
downloadscummvm-rg350-61359f95bf2447714fd7e9a08dc1f9a1414b76ce.tar.gz
scummvm-rg350-61359f95bf2447714fd7e9a08dc1f9a1414b76ce.tar.bz2
scummvm-rg350-61359f95bf2447714fd7e9a08dc1f9a1414b76ce.zip
remove DLLEXTERN
svn-id: r38223
Diffstat (limited to 'engines/sci/include/vocabulary.h')
-rw-r--r--engines/sci/include/vocabulary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/include/vocabulary.h b/engines/sci/include/vocabulary.h
index 2219f0ee2a..4bf0a870ef 100644
--- a/engines/sci/include/vocabulary.h
+++ b/engines/sci/include/vocabulary.h
@@ -72,7 +72,7 @@ typedef struct opcode_
#define VOCAB_CLASS_IMPERATIVE_VERB 0x80
#define VOCAB_CLASS_NUMBER 0x001
-extern DLLEXTERN const char *class_names[]; /* Vocabulary class names */
+extern const char *class_names[]; /* Vocabulary class names */
#define VOCAB_CLASS_ANYWORD 0xff
/* Anywords are ignored by the parser */