* box-dynamic-module: New directory, implements the box type in a
authorMartin Grabmüller <mgrabmue@cs.tu-berlin.de>
Tue, 5 Jun 2001 17:33:40 +0000 (17:33 +0000)
committerMartin Grabmüller <mgrabmue@cs.tu-berlin.de>
Tue, 5 Jun 2001 17:33:40 +0000 (17:33 +0000)
commit8779d59588ffd0671729562a0195ae98b6017c50
tree1344f0116862dbaf2756b1b50a2da5cad7e7cc4f
parent71c771efdfc2cc49f0bbc43fdc9947cbc09e81dc
* box-dynamic-module: New directory, implements the box type in a
shared library and places the definitions in a C-only module.

Thanks to Thomas Wawrzinek for this, too!

* box-dynamic/box.c, box/box.c, box-dynamic-module/box.c,
box-module/box.c (mark_box): Fixed typo in comment.
examples/ChangeLog
examples/Makefile.am
examples/README
examples/box-dynamic-module/.cvsignore [new file with mode: 0644]
examples/box-dynamic-module/Makefile.am [new file with mode: 0644]
examples/box-dynamic-module/README [new file with mode: 0644]
examples/box-dynamic-module/box.c [new file with mode: 0644]
examples/box-dynamic/box.c
examples/box-module/box.c
examples/box/box.c