diff options
| author | Dan Nicolaescu | 2010-11-15 09:21:18 -0800 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-11-15 09:21:18 -0800 |
| commit | 42a7e7f1c4ac52d283d3bdbf3a119bef8b2124aa (patch) | |
| tree | 1d49014c24458ef37c66eb75ced497cb3c45bdb6 /src/w32.c | |
| parent | 678029433d360cf1e5a95de28168b69ed1c6f9a7 (diff) | |
| download | emacs-42a7e7f1c4ac52d283d3bdbf3a119bef8b2124aa.tar.gz emacs-42a7e7f1c4ac52d283d3bdbf3a119bef8b2124aa.zip | |
Remove config.h include guards.
* src/w32proc.c:
* src/w32inevt.c:
* src/w32heap.c:
* src/w32.c: Remove config.h include guards.
Diffstat (limited to 'src/w32.c')
| -rw-r--r-- | src/w32.c | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -38,9 +38,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 38 | 38 | ||
| 39 | /* must include CRT headers *before* config.h */ | 39 | /* must include CRT headers *before* config.h */ |
| 40 | 40 | ||
| 41 | #ifdef HAVE_CONFIG_H | ||
| 42 | #include <config.h> | 41 | #include <config.h> |
| 43 | #endif | ||
| 44 | 42 | ||
| 45 | #undef access | 43 | #undef access |
| 46 | #undef chdir | 44 | #undef chdir |
| @@ -6086,5 +6084,3 @@ serial_configure (struct Lisp_Process *p, Lisp_Object contact) | |||
| 6086 | 6084 | ||
| 6087 | /* end of w32.c */ | 6085 | /* end of w32.c */ |
| 6088 | 6086 | ||
| 6089 | /* arch-tag: 90442dd3-37be-482b-b272-ac752e3049f1 | ||
| 6090 | (do not change this comment) */ | ||