git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3642 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2011-07-09 21:49:07 +00:00
parent 5ba6fcb8bf
commit 5dcb2ce4ec
+2 -2
View File
@@ -65,8 +65,8 @@ Making changes:
because you think that would be easier than trying to understand the
original. If you don't have the skills or patience to do so, this is not
the place for you.
- Only use portable functions. The code is intended to work on Windows,
Linux, FreeBSD, BeOS and MacOS X.
- Only use portable functions. The code is intended to work on Windows
(MSVC 6), Linux (GCC 4), FreeBSD (GCC 4) and MacOS X (GCC 4).
Try to avoid unnecessary system-dependant code, but use #ifdefs if you
really have to.
- No shortcuts. Don't assume anything about user input (like the length),