diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-08-19 16:01:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:12 -0500 |
commit | 454e76dec2c105ba84c2f644ded849f8dff9f4a9 (patch) | |
tree | 3596b842d5b048f6d11b46bbb9917ad397bf629a /source4/librpc/idl | |
parent | 011ff131f81a10ae124be8aefb053e57933f3f72 (diff) | |
download | samba-454e76dec2c105ba84c2f644ded849f8dff9f4a9.tar.gz samba-454e76dec2c105ba84c2f644ded849f8dff9f4a9.tar.bz2 samba-454e76dec2c105ba84c2f644ded849f8dff9f4a9.zip |
r1929: CHeck if cpp on AIX likes /* */ better then //
(This used to be commit 8bf6841a8e9c7fa6d12c6631c9c845edbe52a455)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/dcom.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl index 5afeca1e96..c537a01509 100644 --- a/source4/librpc/idl/dcom.idl +++ b/source4/librpc/idl/dcom.idl @@ -26,10 +26,10 @@ interface ObjectRpcBaseTypes { WERROR stub(); - // Machine Identifier + /* Machine Identifier */ #define MID HYPER_T - // Object Exporter Identifier + /* Object Exporter Identifier */ #define OXID HYPER_T // Object Identifer |