diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 1999-11-02 22:50:34 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 1999-11-02 22:50:34 +0000 |
| commit | 44b4dd855d482ba49d18c811ffb9bc05e89b961c (patch) | |
| tree | ab819ec57aa1f139619750c38ba931be5abe584f /sys/dev/speaker | |
| parent | 60fffafdc3da6c0553021422d77dbaceb5811e51 (diff) | |
Notes
Diffstat (limited to 'sys/dev/speaker')
| -rw-r--r-- | sys/dev/speaker/spkr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/speaker/spkr.c b/sys/dev/speaker/spkr.c index 10cc4a1be0f5..7054b278a6d7 100644 --- a/sys/dev/speaker/spkr.c +++ b/sys/dev/speaker/spkr.c @@ -151,8 +151,6 @@ typedef int bool; #define TRUE 1 #define FALSE 0 -#define toupper(c) ((c) - ' ' * (((c) >= 'a') && ((c) <= 'z'))) -#define isdigit(c) (((c) >= '0') && ((c) <= '9')) #define dtoi(c) ((c) - '0') static int octave; /* currently selected octave */ |
