projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
replaced NormalizeFontSizes with SetStandardFonts
[wxWidgets.git]
/
src
/
jpeg
/
jdmaster.c
diff --git
a/src/jpeg/jdmaster.c
b/src/jpeg/jdmaster.c
index f853b7ad19e2052575a01e06c4e64eb1fb6323e8..8a5abc71fac17a3451016ee16b6e5301edc62ab9 100644
(file)
--- a/
src/jpeg/jdmaster.c
+++ b/
src/jpeg/jdmaster.c
@@
-15,11
+15,6
@@
#include "jinclude.h"
#include "jpeglib.h"
#include "jinclude.h"
#include "jpeglib.h"
-#if defined(__VISAGECPP__)
-/* Visual Age fixups for multiple declarations */
-# define start_input_pass start_input_pass2 /* already in jcmaint.c */
-#endif
-
/* Private state */
typedef struct {
/* Private state */
typedef struct {
@@
-560,9
+555,3
@@
jinit_master_decompress (j_decompress_ptr cinfo)
master_selection(cinfo);
}
master_selection(cinfo);
}
-#if defined(__VISAGECPP__)
-# ifdef start_input_pass2
-# undef start_input_pass2
-# endif
-#endif
-