Leave off multiply 'typedef const char * const_char_string' definition (in rig.swg and rotator.swg)

Hamlib-3.1
Hegedüs Ervin 2016-05-20 22:46:23 +02:00
rodzic c7476de364
commit cef8c2d157
3 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -83,6 +83,10 @@
%include <hamlib/rotlist.h>
%include <hamlib/rotator.h>
%inline {
typedef const char * const_char_string;
}
/*
* The Rig "class"
*/

Wyświetl plik

@ -30,7 +30,6 @@ typedef struct Rig {
} Rig;
typedef char * char_string;
typedef const char * const_char_string;
typedef channel_t * channel_t_p;
typedef channel_t * const_channel_t_p;

Wyświetl plik

@ -29,8 +29,6 @@ typedef struct Rot {
int do_exception;
} Rot;
typedef const char * const_char_string;
%}
/*