Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Brown2001-08-27 18:44:07 +0000
committerJeff Brown2001-08-27 18:44:07 +0000
commite872f3b0e0111042ce6a533a050560e79352267f (patch)
tree080e4d1d3808c2c5acc041ed7f604531b1139aaa /bundles
parent346cdb16d35a938c39c7044a719a3c96974fcd3f (diff)
downloadeclipse.platform.swt-e872f3b0e0111042ce6a533a050560e79352267f.tar.gz
eclipse.platform.swt-e872f3b0e0111042ce6a533a050560e79352267f.tar.xz
eclipse.platform.swt-e872f3b0e0111042ce6a533a050560e79352267f.zip
*** empty log message ***
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/motif/library/make_aix.mak2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/motif/library/swt.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/motif/library/make_aix.mak b/bundles/org.eclipse.swt/Eclipse SWT/motif/library/make_aix.mak
index b4711e14b3..c508b989a2 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/motif/library/make_aix.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT/motif/library/make_aix.mak
@@ -42,7 +42,7 @@ CFLAGS = -O -s \
-DSWT_LIBRARY_MAJOR_VERSION=$(MAJOR_VER) \
-DSWT_LIBRARY_MINOR_VERSION=$(MINOR_VER) \
-DAIX -DMOTIF -DCDE -DNO_XPRINTING_EXTENSIONS \
- -q mbcs -qlanglvl=extended -qarch=ppc -qtune=604 \
+ -q mbcs -qlanglvl=extended -qarch=ppc -qtune=604 -qmaxmem=8192 \
-I$(IVE_HOME)/include \
-I$(MOTIF_HOME)/include \
-I$(CDE_HOME)/include
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/motif/library/swt.c b/bundles/org.eclipse.swt/Eclipse SWT/motif/library/swt.c
index 8772b9d45d..3caada3798 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/motif/library/swt.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT/motif/library/swt.c
@@ -7929,7 +7929,7 @@ JNIEXPORT jint JNICALL Java_org_eclipse_swt_internal_motif_OS_XpQueryVersion
return rc;
}
-#endif
+#endif /* ! NO_XPRINTING_EXTENSIONS */
/*
* Class: org_eclipse_swt_internal_motif_OS

Back to the top