Adam Jackson
73ca959d7b
Dead code removal and static markup
...
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-09-27 16:06:48 -04:00
Kristian Høgsberg
399d4bd678
Drop malloc wrappers
2010-06-28 06:58:01 -04:00
Kristian Høgsberg
47d3b3969b
Drop CARD32 and Opaque types
2010-06-28 06:50:12 -04:00
Dan Nicholson
5889cef809
Require strdup and remove utils wrapper
...
This kills a couple warnings from using the uStringDup wrapper. If you
don't have strdup on your platform, you have bigger issues.
2009-04-05 20:27:35 -07:00
Dan Nicholson
5c91062334
Remove trailing spaces in source files
2009-04-04 09:19:51 -07:00
Dan Nicholson
c14c60bb37
xkbcomp: Back out strdup warning cleanup
...
There are some spots in the code that use strdup without checking the
argument, so we need this to not segfault. Cleanup later...
2009-04-03 20:34:19 -07:00
Dan Nicholson
db03c9b7e9
xkbcomp: Clean up utils prototypes
...
Includes using a macro for the gcc format attributes instead of repeated
ifdef's.
2009-03-31 19:32:49 -07:00
Dan Nicholson
a27e56b6fb
xkbcomp: Remove duplicated macros
2009-03-31 07:21:20 -07:00
Dan Nicholson
05daf09f18
xkbcomp: Kill warnings about address always evaluating as true
2009-03-31 07:09:47 -07:00
Dan Nicholson
0c1bbb05d9
Import xkbcomp sources for CompileKeymap
...
A copy of the xkbcomp sources (except the frontend) have been copied in
to provide a means to compile a XkbDescPtr. This definitely doesn't
build or do the right thing yet.
2009-03-27 06:55:32 -07:00