%%------------------------------------------------------------ %% %% Erlang header file %% %% Target: erlang %% Source: /ldisk/daily_build/otp_prebuild_r12b.2007-12-04_15/otp_src_R12B-0/lib/ic/include/erlang.idl %% IC vsn: 4.2.16 %% %% This file is automatically generated. DO NOT EDIT IT. %% %%------------------------------------------------------------ -ifndef(ERLANG_HRL). -define(ERLANG_HRL, true). -record(erlang_pid, {node, num, serial, creation}). -record(erlang_port, {node, id, creation}). -record(erlang_ref, {node, id, creation}). -endif.