- Timestamp:
- Jun 25, 2011, 3:26:15 AM (13 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- 12294d2
- Parents:
- 95b52d1
- git-author:
- David Benjamin <davidben@mit.edu> (06/24/11 22:56:15)
- git-committer:
- David Benjamin <davidben@mit.edu> (06/25/11 03:26:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
global.c
r43744ce r6829afc 172 172 /* Pops the current context from the context stack and returns it. Caller is 173 173 * responsible for freeing. */ 174 G_GNUC_WARN_UNUSED_RESULTowl_context *owl_global_pop_context_no_delete(owl_global *g)174 CALLER_OWN owl_context *owl_global_pop_context_no_delete(owl_global *g) 175 175 { 176 176 owl_context *c; … … 725 725 * necessary. 726 726 */ 727 owl_message G_GNUC_WARN_UNUSED_RESULT*owl_global_messagequeue_popmsg(owl_global *g)727 owl_message CALLER_OWN *owl_global_messagequeue_popmsg(owl_global *g) 728 728 { 729 729 owl_message *out;
Note: See TracChangeset
for help on using the changeset viewer.