X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgprimes.h;h=2b2281498e4ab5fd597f3b3459cbe70a8d95cfc8;hb=9f5afe3966d31ef6f1e880d950206a0325e6c777;hp=af5728602baac2ee683be0ce362af2ef8e559773;hpb=45a1c41e8cfdeb4edeb7a671b95e599a49c6c281;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gprimes.h b/glib/gprimes.h index af57286..2b22814 100644 --- a/glib/gprimes.h +++ b/glib/gprimes.h @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library; if not, see . */ /* @@ -24,13 +22,13 @@ * GLib at ftp://ftp.gtk.org/pub/gtk/. */ -#if defined(G_DISABLE_SINGLE_INCLUDES) && !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION) -#error "Only can be included directly." -#endif - #ifndef __G_PRIMES_H__ #define __G_PRIMES_H__ +#if !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION) +#error "Only can be included directly." +#endif + #include G_BEGIN_DECLS @@ -44,6 +42,7 @@ G_BEGIN_DECLS * next largest prime, or the highest it knows about which is about * MAXINT/4. */ +GLIB_AVAILABLE_IN_ALL guint g_spaced_primes_closest (guint num) G_GNUC_CONST; G_END_DECLS