blob: afd3980d949431a025b41a420247c0583b9b3880 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-ac,v 1.1 2005/12/02 23:53:42 joerg Exp $
--- libguile/_scm.h.orig 2005-12-02 23:24:31.000000000 +0000
+++ libguile/_scm.h
@@ -114,14 +114,6 @@
# define SCM_SYSCALL(line) line;
#endif /* ndef SCM_SYSCALL */
-#ifndef MSDOS
-# ifdef ARM_ULIB
- extern volatile int errno;
-# else
- extern int errno;
-# endif /* def ARM_ULIB */
-#endif /* ndef MSDOS */
-
#ifndef min
|