Skip to content

Commit

Permalink
OpenWATCOM apparently doesn't understand __restrict
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Gray committed Jan 20, 2017
1 parent 3a74595 commit 023c363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mt64.h
@@ -1,5 +1,5 @@
#ifndef RESTRICT
#if defined (__cplusplus) && !defined( _MSC_VER)
#if defined (__cplusplus) && !defined( _MSC_VER) && !defined( __WATCOMC__)
#define RESTRICT __restrict
#else
#define RESTRICT
Expand Down

0 comments on commit 023c363

Please sign in to comment.