Skip to content
Extraits de code Groupes Projets
Valider 4e31c050 rédigé par Etienne BRATEAU's avatar Etienne BRATEAU
Parcourir les fichiers

Logdig: fix unwanted define

parent 34cd661a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #1536 réussi
......@@ -4,14 +4,6 @@
#include "logdef.h"
#include <utils/sysglobals.h>
#ifdef LOGDIG_G
# define vextern
#else
# define vextern extern
#endif
#define log_16_simtype 16
......@@ -48,10 +40,10 @@ typedef struct log_16_action {
void (*hook_plotled) (log_action_t *lact, short x, short y, log_16_value v);
} log_16_action;
vextern const log_16_viarr log_16_vi;
vextern const log_16_ivarr log_16_iv;
vextern const log_16_vbarr log_16_vb;
vextern const log_16_bvarr log_16_bv;
extern const log_16_viarr log_16_vi;
extern const log_16_ivarr log_16_iv;
extern const log_16_vbarr log_16_vb;
extern const log_16_bvarr log_16_bv;
#undef vextern
......
......@@ -39,7 +39,6 @@ the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <utils/p2c.h>
#define LOGDIG_G
#include "logdig.h"
......@@ -59,14 +58,5 @@ const log_16_bvarr log_16_bv = {
log_zero, log_one
};
/* All the real stuff is in LOGSIM and LOGSIMA */
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter