Changeset f25df21 for variable.c
- Timestamp:
- Mar 24, 2011, 4:05:29 PM (12 years ago)
- Branches:
- master, release-1.8, release-1.9
- Children:
- c809f5e
- Parents:
- e56303f
- git-author:
- David Benjamin <davidben@mit.edu> (03/08/11 15:04:52)
- git-committer:
- David Benjamin <davidben@mit.edu> (03/24/11 16:05:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
variable.c
r010a951 rf25df21 632 632 } 633 633 634 /* free the list with owl_variable_dict_namelist_cleanup */635 634 void owl_variable_dict_get_names(const owl_vardict *d, owl_list *l) { 636 635 owl_dict_get_keys(d, l); 637 }638 639 void owl_variable_dict_namelist_cleanup(owl_list *l)640 {641 owl_list_cleanup(l, g_free);642 636 } 643 637
Note: See TracChangeset
for help on using the changeset viewer.