# HG changeset patch # User Mychaela Falconia # Date 1532043008 0 # Node ID 935692f51b38f37dcf7d8718519d4d642b315402 # Parent 7bf3a14cca3ff868c3c32a84ba55901e3ef529de src/g23m-gsm/alr2/alr.h: removed bogus extern to pass gcc compilation diff -r 7bf3a14cca3f -r 935692f51b38 src/g23m-gsm/alr2/alr.h --- a/src/g23m-gsm/alr2/alr.h Thu Jul 19 23:13:37 2018 +0000 +++ b/src/g23m-gsm/alr2/alr.h Thu Jul 19 23:30:08 2018 +0000 @@ -533,7 +533,7 @@ #define STD_GET_FROM_ARFCN(a) ((((a)&STD_BIT_MASK)>>STD_BIT_SHIFT)) /* find the frequency band index to which the given arfcn belongs. */ -EXTERN const int array_band_index[]; +/* EXTERN const int array_band_index[]; */ #define get_band_index_from_arfcn(arfcn, idx, std)\ {\ UBYTE local_std = STD_GET_FROM_ARFCN(arfcn);\