Skip to content

Commit

Permalink
Use inttypes.h, which exists on all of Linux, Solaris and Darwin.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13461 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Brian Gaeke committed May 11, 2004
1 parent 3528a4b commit 379b380
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/Stacker/lib/runtime/stacker_rt.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <sys/types.h>
#include <inttypes.h>

extern int64_t _index_;
extern int64_t _stack_[];
Expand Down

0 comments on commit 379b380

Please sign in to comment.