]> mj.ucw.cz Git - libucw.git/commit
Added a new PURE attribute which means "this function can read global variables,
authorMartin Mares <mj@ucw.cz>
Fri, 11 Apr 2003 17:04:02 +0000 (17:04 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 11 Apr 2003 17:04:02 +0000 (17:04 +0000)
commitb067d2e4cc69d084c8446786e7abf51fdd3346a3
treef165a2c60fef74beb549f2288917312e429e50f8
parent6aa88fed14f449b9752da6d87e5df5405f7905d2
Added a new PURE attribute which means "this function can read global variables,
but it doesn't have any side effects" as opposed to CONST which promises
that no global variables will be touched.
lib/config.h