Changeset 240 for trunk/src/semitwist/apps
- Timestamp:
- 11/17/11 23:27:15 (6 months ago)
- Files:
-
- trunk/src/semitwist/apps/stmanage/stbuild/conf.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/semitwist/apps/stmanage/stbuild/conf.d
r232 r240 155 155 } 156 156 157 private static int removePrefix(ref Switch[] switches, string prefix)157 private static size_t removePrefix(ref Switch[] switches, string prefix) 158 158 { 159 159 int[] switchIndicies = []; … … 190 190 private static void moveSourceFileToEnd(ref Switch[] switches) 191 191 { 192 int sourceIndex = switches.length;192 size_t sourceIndex = switches.length; 193 193 194 194 foreach(int i, Switch sw; switches)
