diff options
| author | 2010-01-06 21:09:25 +0000 | |
|---|---|---|
| committer | 2010-01-06 21:09:25 +0000 | |
| commit | 5be4dc8d54d0477346290a2fa5b3d27a6b3590b5 (patch) | |
| tree | cd489d025b05e754ce1525bf21a36c5f25efd243 /.gitattributes | |
| parent | 5373335acaed149655be371051e77852a994bdd0 (diff) | |
Added some missing header declarations and static qualifiers. Added validity.h to the core for consistency as well as an explicit foo.h in each foo.c. [Atari Ace]
---------- Forwarded message ----------
From: Atari Ace <atari_ace@verizon.net>
Date: Sat, Dec 26, 2009 at 5:01 PM
Subject: [patch] Header/static cleanups
To: submit@mamedev.org
Cc: atariace@hotmail.com
- Hide quoted text -
Hi mamedev,
This patch add some missing header declarations and static qualifiers,
and adjusts a few names. In the core, it adds validity.h for
consistency as well as an explicit foo.h in each foo.c.
~aa
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d60d696c57d..3ad806efb7b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1008,6 +1008,7 @@ src/emu/uimenu.c svneol=native#text/plain src/emu/uimenu.h svneol=native#text/plain src/emu/uismall.png -text svneol=unset#image/png src/emu/validity.c svneol=native#text/plain +src/emu/validity.h svneol=native#text/plain src/emu/video.c svneol=native#text/plain src/emu/video.h svneol=native#text/plain src/emu/video/generic.c svneol=native#text/plain |
