Fix PR4316: pcvt busted in 1.3..
This commit is contained in:
parent
aa67eda78f
commit
c83f212654
@ -91,6 +91,10 @@
|
||||
#define PCVT_NETBSD (120 + (NetBSD1_2 - 1))
|
||||
#endif
|
||||
|
||||
#ifdef NetBSD1_3
|
||||
#define PCVT_NETBSD (130 + (NetBSD1_3 - 1))
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user