summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-21 20:44:23 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-21 20:44:23 -0400
commit7ec88513ea876b4a564527b3dac383924136955f (patch)
treeaf768f2bf05b985bd445c596ad4a5c8a00cbf4ae
parentfb9a290b72cf3d3cdbafc91de2ba3249fb52d71e (diff)
update and cleanup
-rw-r--r--iso646.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/iso646.h b/iso646.h
index d68f021..2e40179 100644
--- a/iso646.h
+++ b/iso646.h
@@ -27,8 +27,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
-#if !(defined __STDC_VERSION__ && 199409 <= __STDC_VERSION__)
-# error <iso646.h> requires C95 or higher
+#if !(defined __STDC_VERSION__ && 199409L <= __STDC_VERSION__)
+# error <iso646.h> requires C95 or higher
#endif
#define and &&