File: a2ferrdf.h

package info (click to toggle)
ncbi-tools6 6.1.20170106%2Bdfsg1-0%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 468,492 kB
  • sloc: ansic: 1,474,204; pascal: 6,740; cpp: 6,248; xml: 3,390; sh: 2,137; perl: 1,084; csh: 508; makefile: 427; ruby: 93; lisp: 81
file content (40 lines) | stat: -rw-r--r-- 894 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/****************************************************************************
*   a2ferrdf.h:
*
*                                     
****************************************************************************/
/* $Revision: 6.0 $ */ 
/************************************
*
* $Log: a2ferrdf.h,v $
* Revision 6.0  1997/08/25 18:04:29  madden
* Revision changed to 6.0
*
* Revision 5.0  1996/05/28 13:23:23  ostell
* Set to revision 5.0
*
 * Revision 4.1  1995/11/17  21:28:35  kans
 * asn2ff now uses gather (Tatiana)
 *
 * Revision 1.3  1995/05/15  21:46:05  ostell
 * added Log line
 *
*
************************************/


#ifndef _A2FERRDF_
#define _A2FERRDF_

#include "a2ferr.h"

/*  -- write error message to filename.err                          3-30-93 */

static char *this_module ="a2ferr";

#ifdef THIS_MODULE
#undef THIS_MODULE
#endif
#define THIS_MODULE this_module

#endif