Merge changes from develop
Comments and whitespace Skip file-locking and cache changes
This commit is contained in:
@@ -178,7 +178,7 @@ int DebugReport(int reportType, char* message, int* returnValue)
|
||||
|
||||
int main(void)
|
||||
{
|
||||
char *llwidthArgs[] = { "I64", "l64", "l", "L", "q", "ll", NULL };
|
||||
char *llwidthArgs[] = { "I64", "l64", "ll", "l", "L", "q", NULL };
|
||||
char *s = malloc(128);
|
||||
char **currentArg = NULL;
|
||||
LL_TYPE x = (LL_TYPE)1048576 * (LL_TYPE)1048576;
|
||||
|
||||
Reference in New Issue
Block a user