summaryrefslogtreecommitdiff
path: root/gs/base/vdtrace.h
AgeCommit message (Collapse)AuthorFilesLines
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson1-9/+9
2009-01-12Fix a gcc warning in gxshade6.c.Ralph Giles1-2/+2
When VD_TRACE is not defined, vdtrace.h defines most of its operations as DO_NOTHING, but with was not done for vd_restore and vd_disable, causing compiler warnings in gxshade6.c, where vd_disable is called as the sole body of an if() statement. Bug 690204. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@9348 a1074d23-0009-0410-80fe-cf8c14f379e6
2008-08-29Split the source tree into two new directories.Ralph Giles1-0/+190
PSSRC files are now in 'gs/psi'. GLSRC files are now in 'gs/base'. This is to facilitate build modularization and merging in the ghostpdl tree. NOTE: msvc32.mak is now in psi, not src. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@9048 a1074d23-0009-0410-80fe-cf8c14f379e6