summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform/aix.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/Platform/aix.py')
-rw-r--r--src/engine/SCons/Platform/aix.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/engine/SCons/Platform/aix.py b/src/engine/SCons/Platform/aix.py
index 3f77e3b..a5f9573 100644
--- a/src/engine/SCons/Platform/aix.py
+++ b/src/engine/SCons/Platform/aix.py
@@ -63,3 +63,8 @@ def generate(env):
#Based on AIX 5.2: ARG_MAX=24576 - 3000 for environment expansion
env['MAXLINELENGTH'] = 21576
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: