Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
33f56371
Commit
33f56371
authored
Nov 15, 2010
by
Guillaume Lazzara
Browse files
scribo/core/macros.hh: Remove deprecated macro.
parent
33a1752a
Changes
2
Hide whitespace changes
Inline
Side-by-side
scribo/ChangeLog
View file @
33f56371
2010-11-15 Guillaume Lazzara <z@lrde.epita.fr>
* scribo/core/macros.hh: Remove deprecated macro.
2010-09-02 Guillaume Lazzara <z@lrde.epita.fr>
* scribo/core/document.hh: Introduce new document structure.
...
...
scribo/scribo/core/macros.hh
View file @
33f56371
// Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE)
// Copyright (C) 2009, 2010 EPITA Research and Development Laboratory
// (LRDE)
//
// This file is part of Olena.
//
...
...
@@ -29,9 +30,6 @@
# define for_all_ncomponents(C, NCOMP) \
for (unsigned C = 1; C <= NCOMP; ++C)
// # define for_all_components(C, S)
// for (unsigned C = 1; C <= S.nelements(); ++C)
# define for_all_elements(E, S) \
for (unsigned E = 0; E < S.nelements(); ++E)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment