1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-26 08:22:37 +01:00
Files
wmaker/src
Christophe CURIS 80a59696e5 Fixed improper variables definition in header file
Some header were creating variable, this is a bad practice which
is likely to not behave as expected. This creates one distinct
variable in each object file that used the header, and:

 - on well behaved compiler, this ends up in a link error (see
commit 39fdb451ba for an example)

 - on bad behaving compiler, this can be linked as multiple local
variable, thus having strange effects when running program

 - on insouciant compiler (who said gcc?) the variables are
silently merged, hiding portability issues
2013-05-11 00:17:27 +01:00
..
2013-04-17 10:13:25 +01:00
2012-06-26 16:56:20 +01:00
2013-04-17 10:13:25 +01:00
2012-05-04 18:41:01 -03:00
2013-04-17 10:13:25 +01:00
2010-09-11 17:32:57 +02:00
2012-02-19 10:05:31 +00:00
2013-04-17 10:13:25 +01:00
2013-04-12 02:14:10 +01:00
2013-04-17 10:13:25 +01:00
2013-04-17 10:13:25 +01:00
2010-09-11 17:32:57 +02:00
2013-04-17 10:13:25 +01:00
2013-04-17 10:13:25 +01:00
2013-04-12 02:14:41 +01:00
2013-04-12 02:14:10 +01:00
2012-06-24 12:32:36 +01:00
2013-04-03 19:33:34 +01:00
2013-04-17 10:13:25 +01:00
2013-04-17 10:13:25 +01:00
2012-06-24 12:32:36 +01:00
2010-03-27 10:31:13 +01:00
2012-05-04 18:41:01 -03:00
2012-04-04 19:44:40 +01:00
2012-04-04 19:44:40 +01:00
2013-03-26 23:19:39 +00:00
2013-03-26 23:19:39 +00:00
2012-06-24 12:30:17 +01:00
2013-04-17 10:13:25 +01:00
2012-06-26 10:49:05 +01:00
2013-01-12 14:37:31 +00:00
2012-11-19 00:12:46 +01:00
2013-04-17 10:13:25 +01:00
2013-04-17 10:13:25 +01:00
2013-04-17 10:13:25 +01:00
2013-04-17 10:13:25 +01:00
2013-04-09 08:30:54 +01:00
2013-04-17 10:13:25 +01:00
2013-04-17 10:13:25 +01:00
2013-04-17 10:13:25 +01:00
2012-04-04 19:44:40 +01:00
2012-04-04 19:44:40 +01:00
2013-04-03 19:33:34 +01:00
2012-10-30 15:26:52 +00:00