Skip to content

Commit

Permalink
Force INT32_MAX to be defined by <stdint.h> on AWS Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Jace A Mogill committed Feb 21, 2017
1 parent 8d0689c commit 07726d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion nodejs/nodejs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-----------------------------------------------------------------------------+
| Extended Memory Semantics (EMS) Version 1.3.0 |
| Extended Memory Semantics (EMS) Version 1.4.3 |
| Synthetic Semantics http://www.synsem.com/ mogill@synsem.com |
+-----------------------------------------------------------------------------+
| Copyright (c) 2011-2014, Synthetic Semantics LLC. All rights reserved. |
Expand Down Expand Up @@ -31,6 +31,8 @@
+-----------------------------------------------------------------------------*/
#ifndef EMSPROJ_NODEJS_H
#define EMSPROJ_NODEJS_H
#define __STDC_LIMIT_MACROS
#include <stdint.h>
#include <node.h>
#include <v8.h>
#include "nan.h"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ems",
"version": "1.4.2",
"version": "1.4.3",
"author": "Synthetic Semantics <info@synsem.com>",
"description": "Persistent Shared Memory and Parallel Programming Model",
"contributors": [
Expand Down

0 comments on commit 07726d1

Please sign in to comment.