]> diplodocus.org Git - nmh/blob - docs/historical/mh-6.8.5/sbr/RCS/formatdef.c,v
Always check that mktemp()/mktemp2() succeeds before trying to
[nmh] / docs / historical / mh-6.8.5 / sbr / RCS / formatdef.c,v
1 head 1.3;
2 access;
3 symbols;
4 locks; strict;
5 comment @ * @;
6
7
8 1.3
9 date 92.12.15.00.20.22; author jromine; state Exp;
10 branches;
11 next 1.2;
12
13 1.2
14 date 92.01.24.18.22.15; author jromine; state Exp;
15 branches;
16 next 1.1;
17
18 1.1
19 date 92.01.24.18.09.25; author jromine; state Exp;
20 branches;
21 next ;
22
23
24 desc
25 @
26 @
27
28
29 1.3
30 log
31 @endif sugar
32 @
33 text
34 @/* formatdef.c - some defines for sbr/formatsbr.c */
35 #ifndef lint
36 static char ident[] = "@@(#)$Id: formatdef.c,v 1.2 1992/01/24 18:22:15 jromine Exp jromine $";
37 #endif /* lint */
38 #include "../h/addrsbr.h"
39
40 int fmt_norm = AD_NAME;
41 @
42
43
44 1.2
45 log
46 @include addrsbr.h
47 @
48 text
49 @d3 2
50 a4 2
51 static char ident[] = "@@(#)$Id: formatdef.c,v 1.1 1992/01/24 18:09:25 jromine Exp jromine $";
52 #endif lint
53 @
54
55
56 1.1
57 log
58 @Initial revision
59 @
60 text
61 @d3 1
62 a3 1
63 static char ident[] = "@@(#)$Id: formatsbr.c,v 1.13 1992/01/23 23:10:58 jromine Exp jromine $";
64 d5 1
65 @