mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
10 lines
398 B
Plaintext
10 lines
398 B
Plaintext
$NetBSD: patch-bh,v 1.1 2005/03/12 10:22:08 is Exp $
|
|
|
|
--- runerr.h.orig 2005-03-11 09:28:59.000000000 +0100
|
|
+++ runerr.h
|
|
@@ -40,3 +40,4 @@ RUNERR(E_CCNV,41,"illegal conversion: ch
|
|
RUNERR(E_BCNV,42,"illegal conversion: bool(\"%S\")")
|
|
RUNERR(E_ICNV,43,"illegal conversion: int(\"%S\")")
|
|
RUNERR(E_RCNV,44,"illegal conversion: real(\"%S\")")
|
|
+RUNERR(E_PCNV,45,"illegal conversion: pointer(\"%S\")")
|