summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-10-20 22:01:40 +0200
committerTyge Løvset <[email protected]>2022-10-20 22:01:40 +0200
commit650f6218c1b2afce696b2dd7e98c76dcdeafce24 (patch)
treeb580f94d31008370564c2f2132ef0adc992f3c8b /examples
parent4694e23046f3692f7e4b857f8ea8a8ffd0374dbf (diff)
downloadSTC-modified-650f6218c1b2afce696b2dd7e98c76dcdeafce24.tar.gz
STC-modified-650f6218c1b2afce696b2dd7e98c76dcdeafce24.zip
Reverted some of the changes, but works now well.
Diffstat (limited to 'examples')
-rw-r--r--examples/city.c1
-rw-r--r--examples/music_arc.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/city.c b/examples/city.c
index ba575f1e..0bae631a 100644
--- a/examples/city.c
+++ b/examples/city.c
@@ -14,7 +14,6 @@ void City_drop(City* c);
#define i_type CityArc
#define i_val_class City
-#define i_opt c_no_hash
#include <stc/cbox.h>
//#include <stc/carc.h> // try instead of cbox.h
diff --git a/examples/music_arc.c b/examples/music_arc.c
index 0fb0dd70..d4b9ab14 100644
--- a/examples/music_arc.c
+++ b/examples/music_arc.c
@@ -22,7 +22,6 @@ void Song_drop(Song* s) {
// Define the reference counted type
#define i_type SongArc
#define i_val_class Song
-#define i_opt c_no_hash
#include <stc/carc.h>
// ... and a vector of it