diff options
author | 2008-02-25 01:35:48 +0000 | |
---|---|---|
committer | 2008-02-25 01:35:48 +0000 | |
commit | 9a359b370d6817d22dc399d2e19329a6c53f1d55 (patch) | |
tree | 635506ef63681d812525f09804ee387f5567fe4e /.gitattributes | |
parent | 40ba785ded43a69f95d2c4ee3749a388494bfa50 (diff) |
Added new module: tokenize.h. This centralizes the behavior of
tokenizing data structures, as currently used by the input
port system. Redid the input port tokenization to be more
compact and make use of the new macros.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d3b7253d7d0..e21a46d3615 100644 --- a/.gitattributes +++ b/.gitattributes @@ -894,6 +894,7 @@ src/emu/tilemap.c svneol=native#text/plain src/emu/tilemap.h svneol=native#text/plain src/emu/timer.c svneol=native#text/plain src/emu/timer.h svneol=native#text/plain +src/emu/tokenize.h svneol=native#text/plain src/emu/ui.c svneol=native#text/plain src/emu/ui.h svneol=native#text/plain src/emu/uigfx.c svneol=native#text/plain |