~washort/monte/unparser

« back to all changes in this revision

Viewing changes to src/invoke.c

  • Committer: Allen Short
  • Date: 2010-04-02 03:38:54 UTC
  • mfrom: (74.1.1 trunk)
  • Revision ID: washort@allen-shorts-macbook-pro.local-20100402033854-ix0l7hsnzj46hevp
some minor C and build cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
378
378
  g_static_private_set(&e_thrown_problem_key, problem, NULL);
379
379
  g_static_private_set(&e_ejected_value_key, value, NULL);
380
380
  g_static_private_set(&e_ejector_counter_key, counter, NULL);
381
 
  e_thrown_problem(e_empty_ref);
 
381
  e_thrown_problem_set(e_empty_ref);
382
382
  e_ejected_value_set(e_empty_ref);
383
383
  *counter = 1;
384
384
}