lesstif: Remove errornous & operator in free () call
[geda-pcb/gde.git] / lib / resistor_array.m4
blobbdf96e06efe15f5e42eb6f3432ee8a1cecafaf8f
1 divert(-1)
3 #                             COPYRIGHT
4
5 #   PCB, interactive printed circuit board design
6 #   Copyright (C) 1994,1995,1996 Thomas Nau
7
8 #   This program is free software; you can redistribute it and/or modify
9 #   it under the terms of the GNU General Public License as published by
10 #   the Free Software Foundation; either version 2 of the License, or
11 #   (at your option) any later version.
12
13 #   This program is distributed in the hope that it will be useful,
14 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
15 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 #   GNU General Public License for more details.
17
18 #   You should have received a copy of the GNU General Public License
19 #   along with this program; if not, write to the Free Software
20 #   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21
22 #   Contact addresses for paper mail and Email:
23 #   Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany
24 #   Thomas.Nau@rz.uni-ulm.de
25
26 #   RCS: $Id$
28 # ----------------------------------------------------------------------
29 # resistor array without common pin
31 define(`Description_r_025_sil_4', ``2xR-array 0.25W'')
32 define(`Param1_r_025_sil_4', 4)
33 define(`PinList_r_025_sil_4', ``1a', `1b', `2a', `2b'')
35 define(`Description_r_025_sil_6', ``3xR-array 0.25W'')
36 define(`Param1_r_025_sil_6', 6)
37 define(`PinList_r_025_sil_6', ``1a', `1b', `2a', `2b', `3a', `3b'')
39 define(`Description_r_025_sil_8', ``4xR-array 0.25W'')
40 define(`Param1_r_025_sil_8', 8)
41 define(`PinList_r_025_sil_8', ``1a', `1b', `2a', `2b', `3a', `3b', `4a', `4b'')
43 # ----------------------------------------------------------------------
44 # resistor array with common pin 1
46 define(`Description_r_025_csil_4', ``4xR-array 0.25W, common pin'')
47 define(`Param1_r_025_csil_4', 5)
48 define(`PinList_r_025_csil_4', ``common', `1', `2', `3', `4'')
50 define(`Description_r_025_csil_6', ``6xR-array 0.25W, common pin'')
51 define(`Param1_r_025_csil_6', 7)
52 define(`PinList_r_025_csil_6', ``common', `1', `2', `3', `4', `5', `6'')
54 define(`Description_r_025_csil_7', ``7xR-array 0.25W, common pin'')
55 define(`Param1_r_025_csil_7', 8)
56 define(`PinList_r_025_csil_7', ``common', `1', `2', `3', `4', `5', `6', `7'')
58 define(`Description_r_025_csil_8', ``8xR-array 0.25W, common pin'')
59 define(`Param1_r_025_csil_8', 9)
60 define(`PinList_r_025_csil_8', ``common', `1', `2', `3', `4', `5', `6', `7', `8'')
62 divert(0)