forked from Lainports/freebsd-ports
While here add the ISO/IEC and ITU licenses and fix a compiler warning regarding a mis-compiled comparison (!a == b) --> (!(a == b)) to not compare !a with b (while !(a == b) was clearly intended).
11 lines
259 B
C
11 lines
259 B
C
--- ldecod/inc/configfile.h.orig 2015-06-19 11:50:48 UTC
|
|
+++ ldecod/inc/configfile.h
|
|
@@ -18,7 +18,7 @@
|
|
//#define LEVEL_IDC 21
|
|
|
|
|
|
-InputParameters cfgparams;
|
|
+extern InputParameters cfgparams;
|
|
|
|
#ifdef INCLUDED_BY_CONFIGFILE_C
|
|
// Mapping_Map Syntax:
|