~ubuntu-branches/ubuntu/oneiric/ncbi-tools6/oneiric

« back to all changes in this revision

Viewing changes to corelib/ncbimisc.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
*
30
30
* Version Creation Date:   10/23/91
31
31
*
32
 
* $Revision: 6.13 $
 
32
* $Revision: 6.14 $
33
33
*
34
34
* File Description:
35
35
*       prototypes of miscellaneous functions
43
43
* 06-15-93 Schuler     Added macros for Gestalt functins.
44
44
*
45
45
* $Log: ncbimisc.h,v $
 
46
* Revision 6.14  2002/12/17 16:45:09  kans
 
47
* CtoPstr and PtoCstr if OS_MAC or OS_UNIX_DARWIN
 
48
*
46
49
* Revision 6.13  1999/09/22 23:08:26  kans
47
50
* added extended flag to valnode for SeqDesc, maybe later SeqId and SeqLoc
48
51
*
352
355
#define Ultostr Nlm_Ultostr
353
356
#define HeapSort        Nlm_HeapSort
354
357
 
355
 
#ifdef OS_MAC
 
358
#if defined(OS_MAC) || defined(OS_UNIX_DARWIN)
356
359
NLM_EXTERN void Nlm_CtoPstr PROTO((Nlm_CharPtr str));
357
360
NLM_EXTERN void Nlm_PtoCstr PROTO((Nlm_CharPtr str));
358
361
#endif