Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sandpoint/isa ctype-like functions are in libkern now.
details: https://anonhg.NetBSD.org/src/rev/44d879b71025
branches: trunk
changeset: 508725:44d879b71025
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Apr 18 15:43:01 2001 +0000
description:
ctype-like functions are in libkern now.
diffstat:
sys/arch/sandpoint/isa/spkr.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r a69ef13cfa49 -r 44d879b71025 sys/arch/sandpoint/isa/spkr.c
--- a/sys/arch/sandpoint/isa/spkr.c Wed Apr 18 15:40:58 2001 +0000
+++ b/sys/arch/sandpoint/isa/spkr.c Wed Apr 18 15:43:01 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: spkr.c,v 1.1 2001/02/04 18:32:16 briggs Exp $ */
+/* $NetBSD: spkr.c,v 1.2 2001/04/18 15:43:01 thorpej Exp $ */
/*
* spkr.c -- device driver for console speaker on 80386
@@ -128,8 +128,6 @@
#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 */
Home |
Main Index |
Thread Index |
Old Index