summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-09-11 16:04:35 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-09-11 16:04:35 +0000
commitae2d1ed21ae633a1746266f32ea5e7d36397b55e (patch)
tree333ba0ae26b3e857989b8e563fae99e3e63e2425
parent70e6d31c73155e8de54e10d2ee3f281920e465f3 (diff)
Ok, I submit. Maximum tag length is 15. Be good.
-rw-r--r--src/emu/mconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/mconfig.h b/src/emu/mconfig.h
index 25e6e3f8350..93a7ac2a460 100644
--- a/src/emu/mconfig.h
+++ b/src/emu/mconfig.h
@@ -23,7 +23,7 @@
***************************************************************************/
/* by convention, tags should all lowercase and this length or less */
-#define MAX_TAG_LENGTH 10
+#define MAX_TAG_LENGTH 15
/* token types */