https://github.com/jrincayc/ucblogo-code
Revision 7286a4af48aabbc0055e395b6ad099b8ec5067f9 authored by Barak A. Pearlmutter on 22 July 2020, 15:40:32 UTC, committed by Barak A. Pearlmutter on 22 July 2020, 19:36:15 UTC
- organize EXTRA_DIST files into sections with commentary
- burst out mac-fontmod.tar
- remove stray .gdb_history
1 parent a7d2a82
Raw File
Tip revision: 7286a4af48aabbc0055e395b6ad099b8ec5067f9 authored by Barak A. Pearlmutter on 22 July 2020, 15:40:32 UTC
Include stray files in distribution tarball
Tip revision: 7286a4a
obj.h
NODE *getInheritedProcWithParent(NODE *name, NODE *obj, NODE **parent);
NODE *getInheritedProcWithParentList(NODE *name,
                                     NODE *parentList, NODE **parent);
NODE *getInheritedProc(NODE *name, NODE *obj);
back to top