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

This commit is contained in:
Hegedüs Ervin 2016-05-20 22:46:23 +02:00
parent c7476de364
commit cef8c2d157
3 changed files with 4 additions and 3 deletions

View File

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

View File

@ -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;

View File

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