dont require core files

This commit is contained in:
Jon Rafkind 2010-07-18 22:10:09 -06:00
parent 3d26928a3c
commit 4ee161b296
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#lang honu
require "function.honu";
// require "function.honu";
function foo (a b c){
display("5");

View File

@ -1,6 +1,6 @@
#lang honu
require "struct.honu";
// require "struct.honu";
struct foo {a b c};