magic/sim
Sean Cross 1e7da74672 rename Region to ExtRegion
On Macos, Tk includes X11, which has this define:

    #if !defined(MAC_OSX_TK)
    #   include <X11/X.h>
    #endif
    #ifdef MAC_OSX_TK
    #   include <X11/X.h>
    #   define Cursor XCursor
    #   define Region XRegion
    #endif

This causes the keywords `Cursor` and `Region` to be reserved, which
prevents magic from building.

Rename `Region` to `ExtRegion` as suggested by @RTimothyEdwards in
https://github.com/RTimothyEdwards/magic/issues/195#issuecomment-1298870983
and https://github.com/RTimothyEdwards/magic/pull/222#pullrequestreview-1334900670

Signed-off-by: Sean Cross <sean@xobs.io>
2023-03-10 11:07:55 -05:00
..
Makefile Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
SimDBstuff.c Corrected issues in the extresist function found after the previous 2021-04-21 13:03:26 -04:00
SimExtract.c rename Region to ExtRegion 2023-03-10 11:07:55 -05:00
SimRsim.c C99 code compat when configured with no TCL support 2022-10-29 06:07:46 +02:00
SimSelect.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
SimSelect.c.new Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
sim.h C99 code compat when configured with no TCL support 2022-10-29 06:07:46 +02:00