1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Change // to /* */

This commit is contained in:
Bruce Momjian
1999-11-26 17:26:38 +00:00
parent 1592c3179f
commit a7f14616c6
2 changed files with 3 additions and 4 deletions

View File

@ -2,12 +2,11 @@
#include <c.h>
#include "stringutils.h"
//
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
//
#include <stdio.h>
#include <postgres.h>