Skip to content

Commit aafd323

Browse files
committed
---
yaml --- r: 5091 b: refs/heads/master c: a6c1496 h: refs/heads/master i: 5089: 0fbf299 5087: 289d39d v: v3
1 parent bd8f258 commit aafd323

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 156bc7f0127a0d880e914080e9b240b6928c9efe
2+
refs/heads/master: a6c14964c8094e7816d544cdb0b1c47057e76577

trunk/src/rt/rust_obstack.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,20 @@
33
#include <algorithm>
44
#include <cassert>
55
#include <cstdlib>
6+
#include <iostream>
67
#include <new>
78
#include <stdint.h>
89

910
#include "rust_internal.h"
1011
#include "rust_obstack.h"
12+
#include "rust_shape.h"
1113
#include "rust_task.h"
1214

1315
// ISAAC, let go of max()!
1416
#ifdef max
1517
#undef max
1618
#endif
1719

18-
//#define DPRINT(fmt,...) fprintf(stderr, fmt, ##__VA_ARGS__)
19-
#define DPRINT(fmt,...)
20-
2120
//const size_t DEFAULT_CHUNK_SIZE = 4096;
2221
const size_t DEFAULT_CHUNK_SIZE = 500000;
2322
const size_t DEFAULT_ALIGNMENT = 16;

0 commit comments

Comments
 (0)