Changeset a999d9e for tester.c


Ignore:
Timestamp:
Jan 7, 2010, 6:54:14 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
Children:
2a17b63
Parents:
8a2815b
git-author:
Nelson Elhage <nelhage@mit.edu> (12/30/09 17:21:54)
git-committer:
Nelson Elhage <nelhage@mit.edu> (01/07/10 18:54:14)
Message:
Replace the global context with a context stack.

For now, we only use the top element of the stack.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tester.c

    rf0f2eec ra999d9e  
    1818  owl_errqueue_init(owl_global_get_errqueue(&g));
    1919  owl_obarray_init(&(g.obarray));
     20  g.context_stack = NULL;
     21  owl_global_push_context(&g, OWL_CTX_STARTUP, NULL, NULL);
    2022
    2123  numtests = 0;
Note: See TracChangeset for help on using the changeset viewer.