Changeset 6141 for trunk/SOURCE_TOOLS/fix_depends.pl
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/SOURCE_TOOLS/fix_depends.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SOURCE_TOOLS/fix_depends.pl
r5470 r6141 72 72 73 73 sub beautiful($$) { 74 # sorts files alphabet hically (ign. case)74 # sorts files alphabetically (ign. case) 75 75 # sorts local dependencies first (for each file) 76 76 my ($a,$b) = @_;
