X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fcompiler.h;fp=src%2Flibpspp%2Fcompiler.h;h=637f4c4df96f8de0531dec97049fc4f0731653de;hb=b30481255a2e378ad438545533b98098c5a1e124;hp=b7df277540574ba6021c8d1363309a88c7071958;hpb=008204b51e6528b2909832bfc87e66f2f7e68fca;p=pspp diff --git a/src/libpspp/compiler.h b/src/libpspp/compiler.h index b7df277540..637f4c4df9 100644 --- a/src/libpspp/compiler.h +++ b/src/libpspp/compiler.h @@ -61,8 +61,8 @@ #endif /* This attribute indicates that the function does not examine - any values except its arguments, and have no effects except - the return value. A function that has pointer arguments and + any values except its arguments, and has no effects except the + return value. A function that has pointer arguments and examines the data pointed to must _not_ be declared `const'. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5)