- Timestamp:
- Jun 22, 2011, 3:40:50 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- b343c2c
- Parents:
- 84a071f
- git-author:
- Jason Gross <jgross@mit.edu> (06/06/11 05:24:30)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (06/22/11 15:40:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
global.c
raa69c1e rd427f08 173 173 /* Pops the current context from the context stack and returns it. Caller is 174 174 * responsible for freeing. */ 175 owl_context *owl_global_pop_context_no_delete(owl_global *g) { 175 G_GNUC_WARN_UNUSED_RESULT owl_context *owl_global_pop_context_no_delete(owl_global *g) 176 { 176 177 owl_context *c; 177 178 if (!g->context_stack) … … 725 726 * necessary. 726 727 */ 727 owl_message *owl_global_messagequeue_popmsg(owl_global *g)728 owl_message G_GNUC_WARN_UNUSED_RESULT *owl_global_messagequeue_popmsg(owl_global *g) 728 729 { 729 730 owl_message *out;
Note: See TracChangeset
for help on using the changeset viewer.