pkgsrc/math/ordCalc/patches/patch-src_mn.cpp
joerg 3805364b61 To be a friend, you have to know the other function. Make sure that the
ordinal.h header is include guarded. Fix main prototype.
2012-12-20 21:47:31 +00:00

13 lines
225 B
C++

$NetBSD: patch-src_mn.cpp,v 1.1 2012/12/20 21:47:31 joerg Exp $
--- src/mn.cpp.orig 2012-12-20 18:38:51.000000000 +0000
+++ src/mn.cpp
@@ -218,7 +218,7 @@ void helpTex()
}
-
+int
main(int argc, char ** argv)
{