[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: pin macro with no pad?



You need to set the HOLEFLAG flag bit (0x0008 for integer flags, or
"hole" for symbolic flags).

#define HOLEFLAG 0x0008 /* pin or via is only a hole */