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 @@ ...@@ -4,14 +4,6 @@
#include "logdef.h" #include "logdef.h"
#include <utils/sysglobals.h> #include <utils/sysglobals.h>
#ifdef LOGDIG_G
# define vextern
#else
# define vextern extern
#endif
#define log_16_simtype 16 #define log_16_simtype 16
...@@ -48,10 +40,10 @@ typedef struct log_16_action { ...@@ -48,10 +40,10 @@ typedef struct log_16_action {
void (*hook_plotled) (log_action_t *lact, short x, short y, log_16_value v); void (*hook_plotled) (log_action_t *lact, short x, short y, log_16_value v);
} log_16_action; } log_16_action;
vextern const log_16_viarr log_16_vi; extern const log_16_viarr log_16_vi;
vextern const log_16_ivarr log_16_iv; extern const log_16_ivarr log_16_iv;
vextern const log_16_vbarr log_16_vb; extern const log_16_vbarr log_16_vb;
vextern const log_16_bvarr log_16_bv; extern const log_16_bvarr log_16_bv;
#undef vextern #undef vextern
......
...@@ -39,7 +39,6 @@ the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -39,7 +39,6 @@ the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <utils/p2c.h> #include <utils/p2c.h>
#define LOGDIG_G
#include "logdig.h" #include "logdig.h"
...@@ -59,14 +58,5 @@ const log_16_bvarr log_16_bv = { ...@@ -59,14 +58,5 @@ const log_16_bvarr log_16_bv = {
log_zero, log_one log_zero, log_one
}; };
/* All the real stuff is in LOGSIM and LOGSIMA */ /* 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.
Veuillez vous inscrire ou vous pour commenter