diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-10-07 04:52:50 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-10-07 04:52:50 +0200 |
commit | 0aa6201a490bfabc0ae021ceb9f1fb0f46727c5d (patch) | |
tree | a71d934d8151dd43e7c16555fef17fd749c5da70 /lib/fec/init_rs.h | |
parent | 558d74bffd9f069955af52c0b308a1d6169bcff0 (diff) | |
parent | 0330221d51421caa110b8c5dcb567cc3d0620eb9 (diff) | |
download | dabmod-0aa6201a490bfabc0ae021ceb9f1fb0f46727c5d.tar.gz dabmod-0aa6201a490bfabc0ae021ceb9f1fb0f46727c5d.tar.bz2 dabmod-0aa6201a490bfabc0ae021ceb9f1fb0f46727c5d.zip |
Merge lime output into next branch
Diffstat (limited to 'lib/fec/init_rs.h')
-rw-r--r-- | lib/fec/init_rs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/fec/init_rs.h b/lib/fec/init_rs.h index a5e8b4a..2b2ae98 100644 --- a/lib/fec/init_rs.h +++ b/lib/fec/init_rs.h @@ -2,6 +2,8 @@ * Copyright 2004 Phil Karn, KA9Q * May be used under the terms of the GNU Lesser General Public License (LGPL) */ +#undef NULL +#define NULL ((void *)0) { int i, j, sr,root,iprim; |