summaryrefslogtreecommitdiff
path: root/l10ntools/source/xrmlex.l
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-26 17:21:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-26 17:21:47 +0100
commit6ecf41eb2dcc4f15399cc8dc78547a517294781f (patch)
tree067031ca053bad34bfc56a3a7a5f09a8ce9c8258 /l10ntools/source/xrmlex.l
parentd3f7d05d1b9bb29e168c49bda1e1a28734567993 (diff)
Typo __SINPRO_CC -> __SUNPRO_CC
Change-Id: I831abe80f9b4b160f4af10a16f4d45cc68fa3bb6
Diffstat (limited to 'l10ntools/source/xrmlex.l')
-rw-r--r--l10ntools/source/xrmlex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/xrmlex.l b/l10ntools/source/xrmlex.l
index 7513edd6cab1..a2b5c0c3cc66 100644
--- a/l10ntools/source/xrmlex.l
+++ b/l10ntools/source/xrmlex.l
@@ -48,7 +48,7 @@
#if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6))
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#endif
-#elif defined __SINPRO_CC
+#elif defined __SUNPRO_CC
#pragma disable_warn
#elif defined _MSC_VER
#pragma warning(push, 1)