| OLD | NEW |
| 1 /* | 1 /* |
| 2 * ---------------------------------------------------------------------------- | 2 * ---------------------------------------------------------------------------- |
| 3 * nmakehlp.c -- | 3 * nmakehlp.c -- |
| 4 * | 4 * |
| 5 * This is used to fix limitations within nmake and the environment. | 5 * This is used to fix limitations within nmake and the environment. |
| 6 * | 6 * |
| 7 * Copyright (c) 2002 by David Gravereaux. | 7 * Copyright (c) 2002 by David Gravereaux. |
| 8 * Copyright (c) 2006 by Pat Thoyts | 8 * Copyright (c) 2006 by Pat Thoyts |
| 9 * | 9 * |
| 10 * See the file "license.terms" for information on usage and redistribution of | 10 * See the file "license.terms" for information on usage and redistribution of |
| (...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 | 694 |
| 695 /* | 695 /* |
| 696 * Local variables: | 696 * Local variables: |
| 697 * mode: c | 697 * mode: c |
| 698 * c-basic-offset: 4 | 698 * c-basic-offset: 4 |
| 699 * fill-column: 78 | 699 * fill-column: 78 |
| 700 * indent-tabs-mode: t | 700 * indent-tabs-mode: t |
| 701 * tab-width: 8 | 701 * tab-width: 8 |
| 702 * End: | 702 * End: |
| 703 */ | 703 */ |
| OLD | NEW |