/[emacs]/emacs/src/macfns.c
ViewVC logotype

Diff of /emacs/src/macfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by raeburn, Tue Jul 16 15:49:44 2002 UTC revision 1.10 by akochoi, Thu Aug 1 03:53:04 2002 UTC
# Line 86  static unsigned char gray_bits[] = { Line 86  static unsigned char gray_bits[] = {
86  #define min(a, b) ((a) < (b) ? (a) : (b))  #define min(a, b) ((a) < (b) ? (a) : (b))
87  #undef max  #undef max
88  #define max(a, b) ((a) > (b) ? (a) : (b))  #define max(a, b) ((a) > (b) ? (a) : (b))
89  #undef  #undef init_process
90  #define init_process emacs_init_process  #define init_process emacs_init_process
91  #else /* not MAC_OSX */  #else /* not MAC_OSX */
92  #include <Windows.h>  #include <Windows.h>

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26