diff options
author | Erlang/OTP <[email protected]> | 2010-02-11 14:01:55 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-11 15:13:44 +0100 |
commit | fbd9a5c04658a84b1118861a8cd4ec73f408e011 (patch) | |
tree | af2132e173e8ce2a80984d9b42fc91668f8d4295 /erts/emulator | |
parent | 2a96208cb00220f963e723ae0530492c5c70df27 (diff) | |
parent | 5cd912152265f2211407493d91d5684639288a69 (diff) | |
download | otp-fbd9a5c04658a84b1118861a8cd4ec73f408e011.tar.gz otp-fbd9a5c04658a84b1118861a8cd4ec73f408e011.tar.bz2 otp-fbd9a5c04658a84b1118861a8cd4ec73f408e011.zip |
Merge branch 'ks/erts' into ccase/r13b04_dev
* ks/erts:
hipe_bif0.c: Remove $Id$
erts/preloaded: Add types and specs
Diffstat (limited to 'erts/emulator')
-rw-r--r-- | erts/emulator/hipe/hipe_bif0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/hipe/hipe_bif0.c b/erts/emulator/hipe/hipe_bif0.c index 5291374e25..b0abfd2310 100644 --- a/erts/emulator/hipe/hipe_bif0.c +++ b/erts/emulator/hipe/hipe_bif0.c @@ -16,7 +16,7 @@ * * %CopyrightEnd% */ -/* $Id$ +/* * hipe_bif0.c * * Compiler and linker support. |