Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Stallman

Name: Anonymous 2011-01-30 7:16

Try to avoid having two operators of different precedence at the same level of indentation. For example, don’t write this:

mode = (inmode[j] == VOIDmode
        || GET_MODE_SIZE (outmode[j]) > GET_MODE_SIZE (inmode[j])
        ? outmode[j] : inmode[j]);

Instead, use extra parentheses so that the indentation shows the nesting:

mode = ((inmode[j] == VOIDmode
         || (GET_MODE_SIZE (outmode[j]) > GET_MODE_SIZE (inmode[j])))

Name: Anonymous 2011-01-30 7:16

      ? outmode[j] : inmode[j]);

Name: Anonymous 2011-01-30 10:18

NO EXCEP

Name: Anonymous 2011-01-30 10:19

             TIONS

Name: Anonymous 2011-01-30 19:51

JACKSON 5 GET!!!!!!!

Name: Anonymous 2011-01-30 20:15

DUBS!!!!!!!

Name: Anonymous 2011-02-02 22:57

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List