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

Mode label struct into label.h

parent 90a3362b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #1326 réussi
......@@ -3,6 +3,14 @@
#include "logdef.h"
typedef struct log_lrec {
short x, y, w;
char name[log_lablen + 1];
unsigned f7 : 1, f6 : 1, f5 : 1, f4 : 1, f3 : 1, f2 : 1, f1 : 1, f0 : 1;
struct log_lrec *next;
na_long temp;
} log_lrec; /* Label */
void parselabel(strlist_t **lbl, short *numattrs, log_kattrrec **attr);
#endif
......@@ -5,6 +5,7 @@
#include "gate.h"
#include "wire.h"
#include "page.h"
#include "label.h"
#include<limits.h>
typedef enum
......
......@@ -235,14 +235,6 @@ typedef struct log_hnrec {
struct log_hnrec *next;
} log_hnrec; /* History name */
typedef struct log_lrec {
short x, y, w;
char name[log_lablen + 1];
unsigned f7 : 1, f6 : 1, f5 : 1, f4 : 1, f3 : 1, f2 : 1, f1 : 1, f0 : 1;
struct log_lrec *next;
na_long temp;
} log_lrec; /* Label */
typedef struct log_brec {
short x1, y1, x2, y2;
struct log_brec *next;
......
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