diff options
author | michal <michal@michal-laptop.(none)> | 2007-10-28 14:42:26 +0000 |
---|---|---|
committer | Michal Krol <michal@tungstengraphics.com> | 2007-10-28 17:34:33 +0000 |
commit | c5ad88e9f1d6a915d9464df0b8fa4de65a3513d2 (patch) | |
tree | 90a35c8c958873c1bdb0ace26a5d3fe8148d10fc /configs/darwin-x86ppc | |
parent | e420e9d48577de57f912ab39d59c2d1d4d14b8f6 (diff) |
Declare temporaries in a more compact fashion.
The following declarations:
DCL TEMP[0]
DCL TEMP[1]
DCL TEMP[2]
DCL TEMP[4]
become:
DCL TEMP[0..2]
DCL TEMP[4]
Diffstat (limited to 'configs/darwin-x86ppc')
0 files changed, 0 insertions, 0 deletions