diff options
| author | Geoff Voelker | 1996-11-19 04:59:23 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1996-11-19 04:59:23 +0000 |
| commit | fbd6baedb5818026258ae813d298779d4d029bf1 (patch) | |
| tree | b48b862a1f549f0a5d903fb6aad622e4ae80bfe9 /src/s | |
| parent | 0f7d64d24552f764c1a34a2d6087dee2eb92770e (diff) | |
| download | emacs-fbd6baedb5818026258ae813d298779d4d029bf1.tar.gz emacs-fbd6baedb5818026258ae813d298779d4d029bf1.zip | |
Change identifiers of the form win32* to w32*.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/ms-w32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 97ca6aa0769..041da1f5a16 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -319,7 +319,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 319 | #define rindex strrchr | 319 | #define rindex strrchr |
| 320 | 320 | ||
| 321 | #ifdef HAVE_NTGUI | 321 | #ifdef HAVE_NTGUI |
| 322 | #define abort win32_abort | 322 | #define abort w32_abort |
| 323 | #endif | 323 | #endif |
| 324 | 324 | ||
| 325 | /* Defines that we need that aren't in the standard signal.h */ | 325 | /* Defines that we need that aren't in the standard signal.h */ |