Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/runtime/common/bytes.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

value alloc_bytes( asize_t size );
value bytes_of_string( value s );
struct custom_operations bytes_ops;
extern struct custom_operations bytes_ops;

#endif /* _bytes_ */
2 changes: 1 addition & 1 deletion src/runtime/core/failexn.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ struct exception_frame {
} \
}

struct exception_frame* global_exn_frame;
extern struct exception_frame* global_exn_frame;


#endif /* _failexn_h */