~valavanisalex/ubuntu/oneiric/inkscape/inkscape_0.48.1-2ubuntu4

« back to all changes in this revision

Viewing changes to src/gc-core.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-06 22:03:02 UTC
  • mto: (2.4.1 sid) (1.4.1 upstream) (45.1.3 maverick)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060706220302-itgso3qgxdaxjmcy
Tags: upstream-0.44
ImportĀ upstreamĀ versionĀ 0.44

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
    Core::init();
129
129
}
130
130
 
 
131
void request_early_collection();
 
132
 
131
133
}
132
134
}
133
135
 
204
206
  Local Variables:
205
207
  mode:c++
206
208
  c-file-style:"stroustrup"
207
 
  c-file-offsets:((innamespace . 0)(inline-open . 0))
 
209
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
208
210
  indent-tabs-mode:nil
209
211
  fill-column:99
210
212
  End:
211
213
*/
212
 
// vim: filetype=c++:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
 
214
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :