2009-08-04 03:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* source/vm/fm.c
    ! Fixed linux/sunpro warning.
This commit is contained in:
Viktor Szakats
2009-08-04 01:44:32 +00:00
parent 3c7df60cdd
commit 2ac8a70f01
2 changed files with 7 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-04 03:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/vm/fm.c
! Fixed linux/sunpro warning.
2009-08-04 03:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/linux/sunpro.cf
* config/sunos/sunpro.cf

View File

@@ -79,7 +79,9 @@
/* For Sun C, a more generic solution would be nice */
#if defined( __SUNPRO_C ) || defined( __SUNPRO_CC )
# define __inline __inline__
# ifndef __inline
# define __inline __inline__
# endif
#endif
/* NOTE: For OS/2. Must be ahead of any and all #include statements */