Differences From Artifact [208b8e102b]:
- File
src/autorelease.h
— part of check-in
[4af49a13c3]
at
2017-05-07 20:10:13
on branch trunk
— Small code style change
Casts are now written like types in variable declarations. (user: js, size: 1200) [annotate] [blame] [check-ins using]
To Artifact [760b0ce5f1]:
- File src/autorelease.h — part of check-in [019a294022] at 2017-07-01 19:45:33 on branch trunk — Add missing void in parameter list (user: js, size: 1204) [annotate] [blame] [check-ins using]
| ︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - + |
extern "C" {
#endif
/*!
* @brief Creates a new autorelease pool.
*
* @return An identifier for the created autorelease pool
*/
|
| ︙ |