Changes between Version 52 and Version 53 of ResumedC


Ignore:
Timestamp:
Jan 26, 2010, 9:32:56 PM (14 years ago)
Author:
Thanatermesis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ResumedC

    v52 v53  
    630630 * If you have a variable that is set to something in case of ''foo'', always set it to other thing when is not ''foo'', so if you check it in the future it will check the correct kind of data
    631631 * Never forget to set a variable during the process of a program, even in ''else'' cases, you will have segfaults if you do anything with it like a check.
    632 
     632 * Use [http://lumiera.org/nobug_manual.html NoBug library] and/or EINA features
    633633
    634634