diff options
| author | Pavel Janík | 2002-02-08 09:46:14 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-02-08 09:46:14 +0000 |
| commit | 7c15926f17c458c8192cb99b82d6f882c60e42c0 (patch) | |
| tree | 17f5868f6d3597d0e15a119c2de3bcbd5abb8550 /src | |
| parent | 2c5c11efa2851b61069dc2b700517229bc5dbc5b (diff) | |
| download | emacs-7c15926f17c458c8192cb99b82d6f882c60e42c0.tar.gz emacs-7c15926f17c458c8192cb99b82d6f882c60e42c0.zip | |
(init_system_name): Put unused variable `p' in #if 0.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/sysdep.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ac7183b1454..1af848ebc80 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-02-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * sysdep.c (init_system_name): Put unused variable `p' in #if 0. | ||
| 4 | |||
| 1 | 2002-02-07 Kim F. Storm <storm@cua.dk> | 5 | 2002-02-07 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * keymap.c (where_is_internal): Only check whether definition is | 7 | * keymap.c (where_is_internal): Only check whether definition is |
diff --git a/src/sysdep.c b/src/sysdep.c index 478d56a43a9..f560e9d7cf2 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -2378,7 +2378,9 @@ init_system_name () | |||
| 2378 | if (hp) | 2378 | if (hp) |
| 2379 | { | 2379 | { |
| 2380 | char *fqdn = (char *) hp->h_name; | 2380 | char *fqdn = (char *) hp->h_name; |
| 2381 | #if 0 | ||
| 2381 | char *p; | 2382 | char *p; |
| 2383 | #endif | ||
| 2382 | 2384 | ||
| 2383 | if (!index (fqdn, '.')) | 2385 | if (!index (fqdn, '.')) |
| 2384 | { | 2386 | { |