~peter-pearse/ubuntu/natty/guile-1.8/prop001

« back to all changes in this revision

Viewing changes to libguile/_scm.h

  • Committer: Bazaar Package Importer
  • Author(s): Rob Browning
  • Date: 2008-05-10 12:18:50 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080510121850-mwi7tobbfkat03vr
Tags: 1.8.5+1-1
* Incorporate new upstream stable release.

* Fix gcc 4.3 compilation problems (fixed upstream now).  Thanks to
  Alexander Schmehl <tolimar@debian.org> for the previous, related
  1.8.4+1-2.1 NMU, and to Maximiliano Curia and Daniel Schepler for the
  original patch. (closes: #462384, #466778)

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
# define SCM_SYSCALL(line) line;
96
96
#endif /* ndef SCM_SYSCALL */
97
97
 
98
 
#if !defined (MSDOS) && !defined (__MINGW32__)
99
 
# ifdef ARM_ULIB
100
 
    extern volatile int errno;
101
 
# else
102
 
    extern int errno;
103
 
# endif /* def ARM_ULIB */
104
 
#endif /* ndef MSDOS && ndef __MINGW32__*/
105
 
 
106
98
 
107
99
 
108
100
#ifndef min